Color Hex Logo

#aaae88 Color Hex

#AAAE88
(170,174,136)
0 Favorites   0 Comments

Color spaces of #aaae88

RGB 170174136
HSL0.180.190.61
HSV66°22°68°
CMYK 0.020.000.22   0.32
XYZ36.157540.595729.2226
Yxy40.59570.34120.3831
Hunter Lab63.7148-10.203817.4071
CIE-Lab69.8917-7.932719.0813

#aaae88 color RGB value is (170,174,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10001000
Octal 252 256 210
Decimal 170 174 136
Hex AA AE 88

RGB Percentages of Color #aaae88

%35.42
%36.25
%28.33

CMYK Percentages of Color #aaae88

%2
%0
%22
%32

Triadic Colors of #aaae88

#aaae88 #88aaae #ae88aa

Analogous Colors of #aaae88

#aaae88 #97ae88 #ae9f88

Monochromatic Colors of #aaae88

#aaae88

Complementary Color

#aaae88 #8c88ae

#aaae88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae88 Color CSS Codes

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

#aaae88 Text Font Color

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

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


#aaae88 Background Color

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

This div background color is #aaae88


#aaae88 Border Color

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

This div border color is #aaae88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae88


Comments

No comments written yet.

Please login to write comment.