Color Hex Logo

#aaae92 Color Hex

#AAAE92
(170,174,146)
0 Favorites   0 Comments

Color spaces of #aaae92

RGB 170174146
HSL0.190.150.63
HSV69°16°68°
CMYK 0.020.000.16   0.32
XYZ36.901940.893533.1424
Yxy40.89350.33260.3686
Hunter Lab63.9480-8.903714.0353
CIE-Lab70.1012-6.366413.9146

#aaae92 color RGB value is (170,174,146).

#aaae92 hex color red value is 170, green value is 174 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aaae92 hue: 0.19 , saturation: 0.15 and the lightness value of aaae92 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10010010
Octal 252 256 222
Decimal 170 174 146
Hex AA AE 92

RGB Percentages of Color #aaae92

%34.69
%35.51
%29.80

CMYK Percentages of Color #aaae92

%2
%0
%16
%32

Triadic Colors of #aaae92

#aaae92 #92aaae #ae92aa

Analogous Colors of #aaae92

#aaae92 #9cae92 #aea492

Monochromatic Colors of #aaae92

#aaae92

Complementary Color

#aaae92 #9692ae

#aaae92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae92 Color CSS Codes

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

#aaae92 Text Font Color

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

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


#aaae92 Background Color

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

This div background color is #aaae92


#aaae92 Border Color

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

This div border color is #aaae92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae92


Comments

No comments written yet.

Please login to write comment.