Color Hex Logo

#aea4ab Color Hex

#AEA4AB
(174,164,171)
0 Favorites   0 Comments

Color spaces of #aea4ab

RGB 174164171
HSL0.880.060.66
HSV318°68°
CMYK 0.000.060.02   0.32
XYZ38.081738.489943.9502
Yxy38.48990.31600.3194
Hunter Lab62.04020.99691.4263
CIE-Lab68.38014.8987-2.3247

#aea4ab color RGB value is (174,164,171).

#aea4ab hex color red value is 174, green value is 164 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aea4ab hue: 0.88 , saturation: 0.06 and the lightness value of aea4ab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 10101011
Octal 256 244 253
Decimal 174 164 171
Hex AE A4 AB

RGB Percentages of Color #aea4ab

%34.18
%32.22
%33.60

CMYK Percentages of Color #aea4ab

%0
%6
%2
%32

Triadic Colors of #aea4ab

#aea4ab #abaea4 #a4abae

Analogous Colors of #aea4ab

#aea4ab #aea4a6 #aca4ae

Monochromatic Colors of #aea4ab

#aea4ab

Complementary Color

#aea4ab #a4aea7

#aea4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea4ab Color CSS Codes

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

#aea4ab Text Font Color

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

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


#aea4ab Background Color

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

This div background color is #aea4ab


#aea4ab Border Color

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

This div border color is #aea4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea4ab


Comments

No comments written yet.

Please login to write comment.