Color Hex Logo

#aeaaab Color Hex

#AEAAAB
(174,170,171)
0 Favorites   0 Comments

Color spaces of #aeaaab

RGB 174170171
HSL0.960.020.67
HSV345°68°
CMYK 0.000.020.02   0.32
XYZ39.181040.688444.3167
Yxy40.68840.31550.3276
Hunter Lab63.7875-1.98573.4592
CIE-Lab69.95711.6149-0.0156

#aeaaab color RGB value is (174,170,171).

#aeaaab hex color red value is 174, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aeaaab hue: 0.96 , saturation: 0.02 and the lightness value of aeaaab is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10101011
Octal 256 252 253
Decimal 174 170 171
Hex AE AA AB

RGB Percentages of Color #aeaaab

%33.79
%33.01
%33.20

CMYK Percentages of Color #aeaaab

%0
%2
%2
%32

Triadic Colors of #aeaaab

#aeaaab #abaeaa #aaabae

Analogous Colors of #aeaaab

#aeaaab #aeabaa #aeaaad

Monochromatic Colors of #aeaaab

#aeaaab

Complementary Color

#aeaaab #aaaead

#aeaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaaab Color CSS Codes

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

#aeaaab Text Font Color

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

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


#aeaaab Background Color

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

This div background color is #aeaaab


#aeaaab Border Color

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

This div border color is #aeaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaaab


Comments

No comments written yet.

Please login to write comment.