Color Hex Logo

#afcaac Color Hex

#AFCAAC
(175,202,172)
0 Favorites   0 Comments

Color spaces of #afcaac

RGB 175202172
HSL0.320.220.73
HSV114°15°79°
CMYK 0.130.000.15   0.21
XYZ46.246154.333647.0797
Yxy54.33360.31320.3680
Hunter Lab73.7113-17.004913.7292
CIE-Lab78.6559-14.737111.9640

#afcaac color RGB value is (175,202,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10101100
Octal 257 312 254
Decimal 175 202 172
Hex AF CA AC

RGB Percentages of Color #afcaac

%31.88
%36.79
%31.33

CMYK Percentages of Color #afcaac

%13
%0
%15
%21

Triadic Colors of #afcaac

#afcaac #acafca #caacaf

Analogous Colors of #afcaac

#afcaac #accab8 #becaac

Monochromatic Colors of #afcaac

#afcaac

Complementary Color

#afcaac #c7acca

#afcaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaac Color CSS Codes

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

#afcaac Text Font Color

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

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


#afcaac Background Color

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

This div background color is #afcaac


#afcaac Border Color

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

This div border color is #afcaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaac


Comments

No comments written yet.

Please login to write comment.