Color Hex Logo

#aaaea0 Color Hex

#AAAEA0
(170,174,160)
0 Favorites   0 Comments

Color spaces of #aaaea0

RGB 170174160
HSL0.210.080.65
HSV77°68°
CMYK 0.020.000.08   0.32
XYZ38.058841.356239.2343
Yxy41.35620.32080.3486
Hunter Lab64.3088-6.90178.8438
CIE-Lab70.4248-3.98826.6884

#aaaea0 color RGB value is (170,174,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10100000
Octal 252 256 240
Decimal 170 174 160
Hex AA AE A0

RGB Percentages of Color #aaaea0

%33.73
%34.52
%31.75

CMYK Percentages of Color #aaaea0

%2
%0
%8
%32

Triadic Colors of #aaaea0

#aaaea0 #a0aaae #aea0aa

Analogous Colors of #aaaea0

#aaaea0 #a3aea0 #aeaba0

Monochromatic Colors of #aaaea0

#aaaea0

Complementary Color

#aaaea0 #a4a0ae

#aaaea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaea0 Color CSS Codes

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

#aaaea0 Text Font Color

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

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


#aaaea0 Background Color

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

This div background color is #aaaea0


#aaaea0 Border Color

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

This div border color is #aaaea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaea0


Comments

No comments written yet.

Please login to write comment.