Color Hex Logo

#aaad5a Color Hex

#AAAD5A
(170,173,90)
0 Favorites   0 Comments

Color spaces of #aaad5a

RGB 17017390
HSL0.170.340.52
HSV62°48°68°
CMYK 0.020.000.48   0.32
XYZ33.366639.171415.4751
Yxy39.17140.37910.4451
Hunter Lab62.5871-14.364929.1511
CIE-Lab68.8752-13.123441.9637

#aaad5a color RGB value is (170,173,90).

#aaad5a hex color red value is 170, green value is 173 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aaad5a hue: 0.17 , saturation: 0.34 and the lightness value of aaad5a is 0.52.

The process color (four color CMYK) of #aaad5a color hex is 0.02, 0.00, 0.48, 0.32. Web safe color of #aaad5a is #999966. Color #aaad5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 01011010
Octal 252 255 132
Decimal 170 173 90
Hex AA AD 5A

RGB Percentages of Color #aaad5a

%39.26
%39.95
%20.79

CMYK Percentages of Color #aaad5a

%2
%0
%48
%32

Triadic Colors of #aaad5a

#aaad5a #5aaaad #ad5aaa

Analogous Colors of #aaad5a

#aaad5a #81ad5a #ad875a

Monochromatic Colors of #aaad5a

#aaad5a

Complementary Color

#aaad5a #5d5aad

#aaad5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad5a Color CSS Codes

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

#aaad5a Text Font Color

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

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


#aaad5a Background Color

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

This div background color is #aaad5a


#aaad5a Border Color

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

This div border color is #aaad5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,173,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad5a


Comments

No comments written yet.

Please login to write comment.