Color Hex Logo

#afdb9c Color Hex

#AFDB9C
(175,219,156)
1 Favorites   0 Comments

Color spaces of #afdb9c

RGB 175219156
HSL0.280.470.74
HSV102°29°86°
CMYK 0.200.000.29   0.14
XYZ49.011562.177340.8707
Yxy62.17730.32230.4089
Hunter Lab78.8526-27.043824.4657
CIE-Lab83.0076-25.807326.4313

#afdb9c color RGB value is (175,219,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10011100
Octal 257 333 234
Decimal 175 219 156
Hex AF DB 9C

RGB Percentages of Color #afdb9c

%31.82
%39.82
%28.36

CMYK Percentages of Color #afdb9c

%20
%0
%29
%14

Triadic Colors of #afdb9c

#afdb9c #9cafdb #db9caf

Analogous Colors of #afdb9c

#afdb9c #9cdba9 #cfdb9c

Monochromatic Colors of #afdb9c

#afdb9c

Complementary Color

#afdb9c #c89cdb

#afdb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb9c Color CSS Codes

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

#afdb9c Text Font Color

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

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


#afdb9c Background Color

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

This div background color is #afdb9c


#afdb9c Border Color

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

This div border color is #afdb9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb9c


Comments

No comments written yet.

Please login to write comment.