Color Hex Logo

#afd09c Color Hex

#AFD09C
(175,208,156)
0 Favorites   0 Comments

Color spaces of #afd09c

RGB 175208156
HSL0.270.360.71
HSV98°25°82°
CMYK 0.160.000.25   0.18
XYZ46.235856.626039.9455
Yxy56.62600.32380.3965
Hunter Lab75.2502-22.012721.2019
CIE-Lab79.9688-20.425522.2888

#afd09c color RGB value is (175,208,156).

#afd09c hex color red value is 175, green value is 208 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #afd09c hue: 0.27 , saturation: 0.36 and the lightness value of afd09c is 0.71.

The process color (four color CMYK) of #afd09c color hex is 0.16, 0.00, 0.25, 0.18. Web safe color of #afd09c is #99cc99. Color #afd09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 10011100
Octal 257 320 234
Decimal 175 208 156
Hex AF D0 9C

RGB Percentages of Color #afd09c

%32.47
%38.59
%28.94

CMYK Percentages of Color #afd09c

%16
%0
%25
%18

Triadic Colors of #afd09c

#afd09c #9cafd0 #d09caf

Analogous Colors of #afd09c

#afd09c #9cd0a3 #c9d09c

Monochromatic Colors of #afd09c

#afd09c

Complementary Color

#afd09c #bd9cd0

#afd09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd09c Color CSS Codes

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

#afd09c Text Font Color

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

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


#afd09c Background Color

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

This div background color is #afd09c


#afd09c Border Color

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

This div border color is #afd09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd09c


Comments

No comments written yet.

Please login to write comment.