Color Hex Logo

#aaad90 Color Hex

#AAAD90
(170,173,144)
0 Favorites   0 Comments

Color spaces of #aaad90

RGB 170173144
HSL0.180.150.62
HSV66°17°68°
CMYK 0.020.000.17   0.32
XYZ36.555240.446832.2659
Yxy40.44680.33450.3702
Hunter Lab63.5978-8.696614.4381
CIE-Lab69.7866-6.156014.5687

#aaad90 color RGB value is (170,173,144).

#aaad90 hex color red value is 170, green value is 173 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aaad90 hue: 0.18 , saturation: 0.15 and the lightness value of aaad90 is 0.62.

The process color (four color CMYK) of #aaad90 color hex is 0.02, 0.00, 0.17, 0.32. Web safe color of #aaad90 is #999999. Color #aaad90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10010000
Octal 252 255 220
Decimal 170 173 144
Hex AA AD 90

RGB Percentages of Color #aaad90

%34.91
%35.52
%29.57

CMYK Percentages of Color #aaad90

%2
%0
%17
%32

Triadic Colors of #aaad90

#aaad90 #90aaad #ad90aa

Analogous Colors of #aaad90

#aaad90 #9cad90 #ada290

Monochromatic Colors of #aaad90

#aaad90

Complementary Color

#aaad90 #9390ad

#aaad90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad90 Color CSS Codes

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

#aaad90 Text Font Color

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

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


#aaad90 Background Color

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

This div background color is #aaad90


#aaad90 Border Color

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

This div border color is #aaad90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad90


Comments

No comments written yet.

Please login to write comment.