Color Hex Logo

#aad09a Color Hex

#AAD09A
(170,208,154)
0 Favorites   0 Comments

Color spaces of #aad09a

RGB 170208154
HSL0.280.360.71
HSV102°26°82°
CMYK 0.180.000.26   0.18
XYZ44.966255.990939.0092
Yxy55.99090.32130.4000
Hunter Lab74.8271-23.680521.4696
CIE-Lab79.6086-22.505922.7954

#aad09a color RGB value is (170,208,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 10011010
Octal 252 320 232
Decimal 170 208 154
Hex AA D0 9A

RGB Percentages of Color #aad09a

%31.95
%39.10
%28.95

CMYK Percentages of Color #aad09a

%18
%0
%26
%18

Triadic Colors of #aad09a

#aad09a #9aaad0 #d09aaa

Analogous Colors of #aad09a

#aad09a #9ad0a5 #c5d09a

Monochromatic Colors of #aad09a

#aad09a

Complementary Color

#aad09a #c09ad0

#aad09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad09a Color CSS Codes

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

#aad09a Text Font Color

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

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


#aad09a Background Color

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

This div background color is #aad09a


#aad09a Border Color

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

This div border color is #aad09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad09a


Comments

No comments written yet.

Please login to write comment.