Color Hex Logo

#aeaab9 Color Hex

#AEAAB9
(174,170,185)
0 Favorites   0 Comments

Color spaces of #aeaab9

RGB 174170185
HSL0.710.100.70
HSV256°73°
CMYK 0.060.080.00   0.27
XYZ40.587241.250951.7220
Yxy41.25090.30390.3089
Hunter Lab64.22690.4034-2.7875
CIE-Lab70.35144.3149-7.1700

#aeaab9 color RGB value is (174,170,185).

#aeaab9 hex color red value is 174, green value is 170 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #aeaab9 hue: 0.71 , saturation: 0.10 and the lightness value of aeaab9 is 0.70.

The process color (four color CMYK) of #aeaab9 color hex is 0.06, 0.08, 0.00, 0.27. Web safe color of #aeaab9 is #9999cc. Color #aeaab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10111001
Octal 256 252 271
Decimal 174 170 185
Hex AE AA B9

RGB Percentages of Color #aeaab9

%32.89
%32.14
%34.97

CMYK Percentages of Color #aeaab9

%6
%8
%0
%27

Triadic Colors of #aeaab9

#aeaab9 #b9aeaa #aab9ae

Analogous Colors of #aeaab9

#aeaab9 #b6aab9 #aaaeb9

Monochromatic Colors of #aeaab9

#aeaab9

Complementary Color

#aeaab9 #b5b9aa

#aeaab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaab9 Color CSS Codes

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

#aeaab9 Text Font Color

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

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


#aeaab9 Background Color

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

This div background color is #aeaab9


#aeaab9 Border Color

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

This div border color is #aeaab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaab9


Comments

No comments written yet.

Please login to write comment.