Color Hex Logo

#aaae9d Color Hex

#AAAE9D
(170,174,157)
0 Favorites   0 Comments

Color spaces of #aaae9d

RGB 170174157
HSL0.210.090.65
HSV74°10°68°
CMYK 0.020.000.10   0.32
XYZ37.799441.252537.8686
Yxy41.25250.32330.3528
Hunter Lab64.2281-7.348710.0026
CIE-Lab70.3525-4.51588.2346

#aaae9d color RGB value is (170,174,157).

#aaae9d hex color red value is 170, green value is 174 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aaae9d hue: 0.21 , saturation: 0.09 and the lightness value of aaae9d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10011101
Octal 252 256 235
Decimal 170 174 157
Hex AA AE 9D

RGB Percentages of Color #aaae9d

%33.93
%34.73
%31.34

CMYK Percentages of Color #aaae9d

%2
%0
%10
%32

Triadic Colors of #aaae9d

#aaae9d #9daaae #ae9daa

Analogous Colors of #aaae9d

#aaae9d #a2ae9d #aeaa9d

Monochromatic Colors of #aaae9d

#aaae9d

Complementary Color

#aaae9d #a19dae

#aaae9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae9d Color CSS Codes

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

#aaae9d Text Font Color

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

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


#aaae9d Background Color

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

This div background color is #aaae9d


#aaae9d Border Color

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

This div border color is #aaae9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae9d


Comments

No comments written yet.

Please login to write comment.