Color Hex Logo

#aea5aa Color Hex

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

Color spaces of #aea5aa

RGB 174165170
HSL0.910.050.66
HSV327°68°
CMYK 0.000.050.02   0.32
XYZ38.166438.811243.5099
Yxy38.81120.31680.3221
Hunter Lab62.29860.33302.2004
CIE-Lab68.61434.1625-1.4257

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

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

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

Base Numbers

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

RGB Percentages of Color #aea5aa

%34.18
%32.42
%33.40

CMYK Percentages of Color #aea5aa

%0
%5
%2
%32

Triadic Colors of #aea5aa

#aea5aa #aaaea5 #a5aaae

Analogous Colors of #aea5aa

#aea5aa #aea5a6 #aea5ae

Monochromatic Colors of #aea5aa

#aea5aa

Complementary Color

#aea5aa #a5aea9

#aea5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea5aa Color CSS Codes

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

#aea5aa Text Font Color

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

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


#aea5aa Background Color

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

This div background color is #aea5aa


#aea5aa Border Color

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

This div border color is #aea5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea5aa


Comments

No comments written yet.

Please login to write comment.