Color Hex Logo

#add09a Color Hex

#ADD09A
(173,208,154)
0 Favorites   0 Comments

Color spaces of #add09a

RGB 173208154
HSL0.270.360.71
HSV99°26°82°
CMYK 0.170.000.26   0.18
XYZ45.622256.329139.0399
Yxy56.32910.32360.3995
Hunter Lab75.0527-22.837721.6962
CIE-Lab79.8008-21.448523.0894

#add09a color RGB value is (173,208,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 10011010
Octal 255 320 232
Decimal 173 208 154
Hex AD D0 9A

RGB Percentages of Color #add09a

%32.34
%38.88
%28.79

CMYK Percentages of Color #add09a

%17
%0
%26
%18

Triadic Colors of #add09a

#add09a #9aadd0 #d09aad

Analogous Colors of #add09a

#add09a #9ad0a2 #c8d09a

Monochromatic Colors of #add09a

#add09a

Complementary Color

#add09a #bd9ad0

#add09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#add09a Color CSS Codes

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

#add09a Text Font Color

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

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


#add09a Background Color

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

This div background color is #add09a


#add09a Border Color

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

This div border color is #add09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add09a


Comments

No comments written yet.

Please login to write comment.