Color Hex Logo

#afefe1 Color Hex

#AFEFE1
(175,239,225)
0 Favorites   0 Comments

Color spaces of #afefe1

RGB 175239225
HSL0.460.670.81
HSV167°27°94°
CMYK 0.270.000.06   0.06
XYZ62.136376.283282.6834
Yxy76.28320.28100.3450
Hunter Lab87.3403-25.85565.0094
CIE-Lab89.9907-22.90700.2762

#afefe1 color RGB value is (175,239,225).

#afefe1 hex color red value is 175, green value is 239 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #afefe1 hue: 0.46 , saturation: 0.67 and the lightness value of afefe1 is 0.81.

The process color (four color CMYK) of #afefe1 color hex is 0.27, 0.00, 0.06, 0.06. Web safe color of #afefe1 is #99ffcc. Color #afefe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11100001
Octal 257 357 341
Decimal 175 239 225
Hex AF EF E1

RGB Percentages of Color #afefe1

%27.39
%37.40
%35.21

CMYK Percentages of Color #afefe1

%27
%0
%6
%6

Triadic Colors of #afefe1

#afefe1 #e1afef #efe1af

Analogous Colors of #afefe1

#afefe1 #afddef #afefc1

Monochromatic Colors of #afefe1

#afefe1

Complementary Color

#afefe1 #efafbd

#afefe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefe1 Color CSS Codes

.mybgcolor {background-color:#afefe1; } 
.myforecolor {color:#afefe1; }
.mybordercolor {border:3px solid #afefe1; }

#afefe1 Text Font Color

<p style="color:#afefe1">Text here</p>

This sample text font color is #afefe1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afefe1 Background Color

<div style="background-color:#afefe1">
Div content here</div>

This div background color is #afefe1


#afefe1 Border Color

<div style="border:3px solid #afefe1">
Div here</div>

This div border color is #afefe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,239,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afefe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afefe1;
  -webkit-box-shadow: 1px 1px 3px 2px #afefe1;
  box-shadow:         1px 1px 3px 2px #afefe1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,239,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afefe1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afefe1;
  -webkit-box-shadow: 1px 1px 3px 2px #afefe1;
  box-shadow:         1px 1px 3px 2px #afefe1;">
Div content here</div>

This div box has shadow with color #afefe1


Comments

No comments written yet.

Please login to write comment.