Color Hex Logo

#aaad9e Color Hex

#AAAD9E
(170,173,158)
0 Favorites   0 Comments

Color spaces of #aaad9e

RGB 170173158
HSL0.200.080.65
HSV72°68°
CMYK 0.020.000.09   0.32
XYZ37.692740.901838.2560
Yxy40.90180.32260.3500
Hunter Lab63.9545-6.71839.3024
CIE-Lab70.1071-3.80437.3336

#aaad9e color RGB value is (170,173,158).

#aaad9e hex color red value is 170, green value is 173 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aaad9e hue: 0.20 , saturation: 0.08 and the lightness value of aaad9e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10011110
Octal 252 255 236
Decimal 170 173 158
Hex AA AD 9E

RGB Percentages of Color #aaad9e

%33.93
%34.53
%31.54

CMYK Percentages of Color #aaad9e

%2
%0
%9
%32

Triadic Colors of #aaad9e

#aaad9e #9eaaad #ad9eaa

Analogous Colors of #aaad9e

#aaad9e #a3ad9e #ada99e

Monochromatic Colors of #aaad9e

#aaad9e

Complementary Color

#aaad9e #a19ead

#aaad9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad9e Color CSS Codes

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

#aaad9e Text Font Color

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

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


#aaad9e Background Color

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

This div background color is #aaad9e


#aaad9e Border Color

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

This div border color is #aaad9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad9e


Comments

No comments written yet.

Please login to write comment.