Color Hex Logo

#aaad9b Color Hex

#AAAD9B
(170,173,155)
0 Favorites   0 Comments

Color spaces of #aaad9b

RGB 170173155
HSL0.190.100.64
HSV70°10°68°
CMYK 0.020.000.10   0.32
XYZ37.437540.799736.9123
Yxy40.79970.32510.3543
Hunter Lab63.8746-7.160210.4494
CIE-Lab70.0354-4.32628.8820

#aaad9b color RGB value is (170,173,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10011011
Octal 252 255 233
Decimal 170 173 155
Hex AA AD 9B

RGB Percentages of Color #aaad9b

%34.14
%34.74
%31.12

CMYK Percentages of Color #aaad9b

%2
%0
%10
%32

Triadic Colors of #aaad9b

#aaad9b #9baaad #ad9baa

Analogous Colors of #aaad9b

#aaad9b #a1ad9b #ada79b

Monochromatic Colors of #aaad9b

#aaad9b

Complementary Color

#aaad9b #9e9bad

#aaad9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad9b Color CSS Codes

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

#aaad9b Text Font Color

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

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


#aaad9b Background Color

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

This div background color is #aaad9b


#aaad9b Border Color

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

This div border color is #aaad9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad9b

#aaad9b Color Palettes


Comments

No comments written yet.

Please login to write comment.