Color Hex Logo

#afefaa Color Hex

#AFEFAA
(175,239,170)
0 Favorites   0 Comments

Color spaces of #afefaa

RGB 175239170
HSL0.320.680.80
HSV116°29°94°
CMYK 0.270.000.29   0.06
XYZ55.801473.749249.3242
Yxy73.74920.31200.4123
Hunter Lab85.8774-34.299626.0606
CIE-Lab88.8038-33.070227.0943

#afefaa color RGB value is (175,239,170).

#afefaa hex color red value is 175, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afefaa hue: 0.32 , saturation: 0.68 and the lightness value of afefaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10101010
Octal 257 357 252
Decimal 175 239 170
Hex AF EF AA

RGB Percentages of Color #afefaa

%29.97
%40.92
%29.11

CMYK Percentages of Color #afefaa

%27
%0
%29
%6

Triadic Colors of #afefaa

#afefaa #aaafef #efaaaf

Analogous Colors of #afefaa

#afefaa #aaefc8 #d2efaa

Monochromatic Colors of #afefaa

#afefaa

Complementary Color

#afefaa #eaaaef

#afefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefaa Color CSS Codes

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

#afefaa Text Font Color

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

This sample text font color is #afefaa
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.


#afefaa Background Color

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

This div background color is #afefaa


#afefaa Border Color

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

This div border color is #afefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefaa


Comments

No comments written yet.

Please login to write comment.