Color Hex Logo

#afd09a Color Hex

#AFD09A
(175,208,154)
0 Favorites   0 Comments

Color spaces of #afd09a

RGB 175208154
HSL0.270.360.71
HSV97°26°82°
CMYK 0.160.000.26   0.18
XYZ46.067856.558839.0608
Yxy56.55880.32510.3992
Hunter Lab75.2056-22.268121.8495
CIE-Lab79.9308-20.738623.2882

#afd09a color RGB value is (175,208,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 10011010
Octal 257 320 232
Decimal 175 208 154
Hex AF D0 9A

RGB Percentages of Color #afd09a

%32.59
%38.73
%28.68

CMYK Percentages of Color #afd09a

%16
%0
%26
%18

Triadic Colors of #afd09a

#afd09a #9aafd0 #d09aaf

Analogous Colors of #afd09a

#afd09a #9ad0a0 #cad09a

Monochromatic Colors of #afd09a

#afd09a

Complementary Color

#afd09a #bb9ad0

#afd09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd09a Color CSS Codes

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

#afd09a Text Font Color

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

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


#afd09a Background Color

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

This div background color is #afd09a


#afd09a Border Color

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

This div border color is #afd09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd09a


Comments

No comments written yet.

Please login to write comment.