Color Hex Logo

#aaaea5 Color Hex

#AAAEA5
(170,174,165)
0 Favorites   0 Comments

Color spaces of #aaaea5

RGB 170174165
HSL0.240.050.66
HSV87°68°
CMYK 0.020.000.05   0.32
XYZ38.505141.534841.5849
Yxy41.53480.31660.3415
Hunter Lab64.4475-6.13576.8562
CIE-Lab70.5490-3.08884.1154

#aaaea5 color RGB value is (170,174,165).

#aaaea5 hex color red value is 170, green value is 174 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #aaaea5 hue: 0.24 , saturation: 0.05 and the lightness value of aaaea5 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10100101
Octal 252 256 245
Decimal 170 174 165
Hex AA AE A5

RGB Percentages of Color #aaaea5

%33.40
%34.18
%32.42

CMYK Percentages of Color #aaaea5

%2
%0
%5
%32

Triadic Colors of #aaaea5

#aaaea5 #a5aaae #aea5aa

Analogous Colors of #aaaea5

#aaaea5 #a6aea5 #aeaea5

Monochromatic Colors of #aaaea5

#aaaea5

Complementary Color

#aaaea5 #a9a5ae

#aaaea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaea5 Color CSS Codes

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

#aaaea5 Text Font Color

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

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


#aaaea5 Background Color

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

This div background color is #aaaea5


#aaaea5 Border Color

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

This div border color is #aaaea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaea5


Comments

No comments written yet.

Please login to write comment.