Color Hex Logo

#aaae6e Color Hex

#AAAE6E
(170,174,110)
0 Favorites   0 Comments

Color spaces of #aaae6e

RGB 170174110
HSL0.180.280.56
HSV64°37°68°
CMYK 0.020.000.37   0.32
XYZ34.528139.943920.6420
Yxy39.94390.36300.4200
Hunter Lab63.2012-13.083924.8763
CIE-Lab69.4296-11.466532.3993

#aaae6e color RGB value is (170,174,110).

#aaae6e hex color red value is 170, green value is 174 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aaae6e hue: 0.18 , saturation: 0.28 and the lightness value of aaae6e is 0.56.

The process color (four color CMYK) of #aaae6e color hex is 0.02, 0.00, 0.37, 0.32. Web safe color of #aaae6e is #999966. Color #aaae6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 01101110
Octal 252 256 156
Decimal 170 174 110
Hex AA AE 6E

RGB Percentages of Color #aaae6e

%37.44
%38.33
%24.23

CMYK Percentages of Color #aaae6e

%2
%0
%37
%32

Triadic Colors of #aaae6e

#aaae6e #6eaaae #ae6eaa

Analogous Colors of #aaae6e

#aaae6e #8aae6e #ae926e

Monochromatic Colors of #aaae6e

#aaae6e

Complementary Color

#aaae6e #726eae

#aaae6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae6e Color CSS Codes

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

#aaae6e Text Font Color

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

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


#aaae6e Background Color

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

This div background color is #aaae6e


#aaae6e Border Color

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

This div border color is #aaae6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae6e


Comments

No comments written yet.

Please login to write comment.