Color Hex Logo

#afcaaa Color Hex

#AFCAAA
(175,202,170)
0 Favorites   0 Comments

Color spaces of #afcaaa

RGB 175202170
HSL0.310.230.73
HSV111°16°79°
CMYK 0.130.000.16   0.21
XYZ46.055454.257346.0755
Yxy54.25730.31460.3706
Hunter Lab73.6596-17.297714.4746
CIE-Lab78.6115-15.087412.9706

#afcaaa color RGB value is (175,202,170).

#afcaaa hex color red value is 175, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afcaaa hue: 0.31 , saturation: 0.23 and the lightness value of afcaaa is 0.73.

The process color (four color CMYK) of #afcaaa color hex is 0.13, 0.00, 0.16, 0.21. Web safe color of #afcaaa is #99cc99. Color #afcaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10101010
Octal 257 312 252
Decimal 175 202 170
Hex AF CA AA

RGB Percentages of Color #afcaaa

%31.99
%36.93
%31.08

CMYK Percentages of Color #afcaaa

%13
%0
%16
%21

Triadic Colors of #afcaaa

#afcaaa #aaafca #caaaaf

Analogous Colors of #afcaaa

#afcaaa #aacab5 #bfcaaa

Monochromatic Colors of #afcaaa

#afcaaa

Complementary Color

#afcaaa #c5aaca

#afcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaaa Color CSS Codes

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

#afcaaa Text Font Color

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

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


#afcaaa Background Color

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

This div background color is #afcaaa


#afcaaa Border Color

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

This div border color is #afcaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,202,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 #afcaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaaa


Comments

No comments written yet.

Please login to write comment.