Color Hex Logo

#aea3ab Color Hex

#AEA3AB
(174,163,171)
0 Favorites   0 Comments

Color spaces of #aea3ab

RGB 174163171
HSL0.880.060.66
HSV316°68°
CMYK 0.000.060.02   0.32
XYZ37.903438.133343.8908
Yxy38.13330.31610.3180
Hunter Lab61.75221.49681.0857
CIE-Lab68.11875.4492-2.7087

#aea3ab color RGB value is (174,163,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 10101011
Octal 256 243 253
Decimal 174 163 171
Hex AE A3 AB

RGB Percentages of Color #aea3ab

%34.25
%32.09
%33.66

CMYK Percentages of Color #aea3ab

%0
%6
%2
%32

Triadic Colors of #aea3ab

#aea3ab #abaea3 #a3abae

Analogous Colors of #aea3ab

#aea3ab #aea3a6 #aca3ae

Monochromatic Colors of #aea3ab

#aea3ab

Complementary Color

#aea3ab #a3aea6

#aea3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea3ab Color CSS Codes

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

#aea3ab Text Font Color

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

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


#aea3ab Background Color

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

This div background color is #aea3ab


#aea3ab Border Color

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

This div border color is #aea3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea3ab


Comments

No comments written yet.

Please login to write comment.