Color Hex Logo

#aea9ab Color Hex

#AEA9AB
(174,169,171)
0 Favorites   0 Comments

Color spaces of #aea9ab

RGB 174169171
HSL0.930.030.67
HSV336°68°
CMYK 0.000.030.02   0.32
XYZ38.994240.314944.2544
Yxy40.31490.31560.3263
Hunter Lab63.4940-1.49063.1215
CIE-Lab69.69322.1598-0.4009

#aea9ab color RGB value is (174,169,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 10101011
Octal 256 251 253
Decimal 174 169 171
Hex AE A9 AB

RGB Percentages of Color #aea9ab

%33.85
%32.88
%33.27

CMYK Percentages of Color #aea9ab

%0
%3
%2
%32

Triadic Colors of #aea9ab

#aea9ab #abaea9 #a9abae

Analogous Colors of #aea9ab

#aea9ab #aeaaa9 #aea9ae

Monochromatic Colors of #aea9ab

#aea9ab

Complementary Color

#aea9ab #a9aeac

#aea9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea9ab Color CSS Codes

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

#aea9ab Text Font Color

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

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


#aea9ab Background Color

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

This div background color is #aea9ab


#aea9ab Border Color

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

This div border color is #aea9ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,169,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 #aea9ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea9ab


Comments

No comments written yet.

Please login to write comment.