Color Hex Logo

#afca9c Color Hex

#AFCA9C
(175,202,156)
0 Favorites   0 Comments

Color spaces of #afca9c

RGB 175202156
HSL0.260.300.70
HSV95°23°79°
CMYK 0.130.000.23   0.21
XYZ44.800553.755339.4671
Yxy53.75530.32460.3895
Hunter Lab73.3180-19.235219.4068
CIE-Lab78.3188-17.425620.0180

#afca9c color RGB value is (175,202,156).

#afca9c hex color red value is 175, green value is 202 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #afca9c hue: 0.26 , saturation: 0.30 and the lightness value of afca9c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10011100
Octal 257 312 234
Decimal 175 202 156
Hex AF CA 9C

RGB Percentages of Color #afca9c

%32.83
%37.90
%29.27

CMYK Percentages of Color #afca9c

%13
%0
%23
%21

Triadic Colors of #afca9c

#afca9c #9cafca #ca9caf

Analogous Colors of #afca9c

#afca9c #9ccaa0 #c6ca9c

Monochromatic Colors of #afca9c

#afca9c

Complementary Color

#afca9c #b79cca

#afca9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca9c Color CSS Codes

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

#afca9c Text Font Color

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

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


#afca9c Background Color

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

This div background color is #afca9c


#afca9c Border Color

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

This div border color is #afca9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca9c


Comments

No comments written yet.

Please login to write comment.