Color Hex Logo

#afdc9c Color Hex

#AFDC9C
(175,220,156)
0 Favorites   0 Comments

Color spaces of #afdc9c

RGB 175220156
HSL0.280.480.74
HSV102°29°86°
CMYK 0.200.000.29   0.14
XYZ49.273162.700740.9580
Yxy62.70070.32220.4100
Hunter Lab79.1838-27.497724.7607
CIE-Lab83.2847-26.289326.8062

#afdc9c color RGB value is (175,220,156).

#afdc9c hex color red value is 175, green value is 220 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #afdc9c hue: 0.28 , saturation: 0.48 and the lightness value of afdc9c is 0.74.

The process color (four color CMYK) of #afdc9c color hex is 0.20, 0.00, 0.29, 0.14. Web safe color of #afdc9c is #99cc99. Color #afdc9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10011100
Octal 257 334 234
Decimal 175 220 156
Hex AF DC 9C

RGB Percentages of Color #afdc9c

%31.76
%39.93
%28.31

CMYK Percentages of Color #afdc9c

%20
%0
%29
%14

Triadic Colors of #afdc9c

#afdc9c #9cafdc #dc9caf

Analogous Colors of #afdc9c

#afdc9c #9cdca9 #cfdc9c

Monochromatic Colors of #afdc9c

#afdc9c

Complementary Color

#afdc9c #c99cdc

#afdc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc9c Color CSS Codes

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

#afdc9c Text Font Color

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

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


#afdc9c Background Color

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

This div background color is #afdc9c


#afdc9c Border Color

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

This div border color is #afdc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc9c


Comments

No comments written yet.

Please login to write comment.