Color Hex Logo

#aaae3e Color Hex

#AAAE3E
(170,174,62)
0 Favorites   0 Comments

Color spaces of #aaae3e

RGB 17017462
HSL0.170.470.46
HSV62°64°68°
CMYK 0.020.000.64   0.32
XYZ32.583139.166010.3999
Yxy39.16600.39660.4768
Hunter Lab62.5827-16.585533.9552
CIE-Lab68.8713-15.889254.9074

#aaae3e color RGB value is (170,174,62).

#aaae3e hex color red value is 170, green value is 174 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aaae3e hue: 0.17 , saturation: 0.47 and the lightness value of aaae3e is 0.46.

The process color (four color CMYK) of #aaae3e color hex is 0.02, 0.00, 0.64, 0.32. Web safe color of #aaae3e is #999933. Color #aaae3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 00111110
Octal 252 256 76
Decimal 170 174 62
Hex AA AE 3E

RGB Percentages of Color #aaae3e

%41.87
%42.86
%15.27

CMYK Percentages of Color #aaae3e

%2
%0
%64
%32

Triadic Colors of #aaae3e

#aaae3e #3eaaae #ae3eaa

Analogous Colors of #aaae3e

#aaae3e #72ae3e #ae7a3e

Monochromatic Colors of #aaae3e

#aaae3e

Complementary Color

#aaae3e #423eae

#aaae3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae3e Color CSS Codes

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

#aaae3e Text Font Color

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

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


#aaae3e Background Color

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

This div background color is #aaae3e


#aaae3e Border Color

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

This div border color is #aaae3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae3e


Comments

No comments written yet.

Please login to write comment.