Color Hex Logo

#aaad99 Color Hex

#AAAD99
(170,173,153)
0 Favorites   0 Comments

Color spaces of #aaad99

RGB 170173153
HSL0.190.110.64
HSV69°12°68°
CMYK 0.020.000.12   0.32
XYZ37.270940.733136.0349
Yxy40.73310.32680.3572
Hunter Lab63.8225-7.449411.1999
CIE-Lab69.9885-4.66889.9150

#aaad99 color RGB value is (170,173,153).

#aaad99 hex color red value is 170, green value is 173 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aaad99 hue: 0.19 , saturation: 0.11 and the lightness value of aaad99 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10011001
Octal 252 255 231
Decimal 170 173 153
Hex AA AD 99

RGB Percentages of Color #aaad99

%34.27
%34.88
%30.85

CMYK Percentages of Color #aaad99

%2
%0
%12
%32

Triadic Colors of #aaad99

#aaad99 #99aaad #ad99aa

Analogous Colors of #aaad99

#aaad99 #a0ad99 #ada699

Monochromatic Colors of #aaad99

#aaad99

Complementary Color

#aaad99 #9c99ad

#aaad99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad99 Color CSS Codes

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

#aaad99 Text Font Color

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

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


#aaad99 Background Color

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

This div background color is #aaad99


#aaad99 Border Color

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

This div border color is #aaad99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad99


Comments

No comments written yet.

Please login to write comment.