Color Hex Logo

#aea6ad Color Hex

#AEA6AD
(174,166,173)
0 Favorites   0 Comments

Color spaces of #aea6ad

RGB 174166173
HSL0.850.050.67
HSV308°68°
CMYK 0.000.050.01   0.32
XYZ38.634639.288245.0823
Yxy39.28820.31410.3194
Hunter Lab62.68030.33251.2324
CIE-Lab68.95954.1767-2.5841

#aea6ad color RGB value is (174,166,173).

#aea6ad hex color red value is 174, green value is 166 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aea6ad hue: 0.85 , saturation: 0.05 and the lightness value of aea6ad is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10101101
Octal 256 246 255
Decimal 174 166 173
Hex AE A6 AD

RGB Percentages of Color #aea6ad

%33.92
%32.36
%33.72

CMYK Percentages of Color #aea6ad

%0
%5
%1
%32

Triadic Colors of #aea6ad

#aea6ad #adaea6 #a6adae

Analogous Colors of #aea6ad

#aea6ad #aea6a9 #aba6ae

Monochromatic Colors of #aea6ad

#aea6ad

Complementary Color

#aea6ad #a6aea7

#aea6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea6ad Color CSS Codes

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

#aea6ad Text Font Color

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

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


#aea6ad Background Color

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

This div background color is #aea6ad


#aea6ad Border Color

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

This div border color is #aea6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea6ad


Comments

No comments written yet.

Please login to write comment.