Color Hex Logo

#ae9aae Color Hex

#AE9AAE
(174,154,174)
0 Favorites   0 Comments

Color spaces of #ae9aae

RGB 174154174
HSL0.830.110.64
HSV300°11°68°
CMYK 0.000.110.00   0.32
XYZ36.651135.165944.9004
Yxy35.16590.31400.3013
Hunter Lab59.30086.5461-3.3816
CIE-Lab65.877611.0106-7.6969

#ae9aae color RGB value is (174,154,174).

#ae9aae hex color red value is 174, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ae9aae hue: 0.83 , saturation: 0.11 and the lightness value of ae9aae is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 10101110
Octal 256 232 256
Decimal 174 154 174
Hex AE 9A AE

RGB Percentages of Color #ae9aae

%34.66
%30.68
%34.66

CMYK Percentages of Color #ae9aae

%0
%11
%0
%32

Triadic Colors of #ae9aae

#ae9aae #aeae9a #9aaeae

Analogous Colors of #ae9aae

#ae9aae #ae9aa4 #a49aae

Monochromatic Colors of #ae9aae

#ae9aae

Complementary Color

#ae9aae #9aae9a

#ae9aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9aae Color CSS Codes

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

#ae9aae Text Font Color

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

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


#ae9aae Background Color

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

This div background color is #ae9aae


#ae9aae Border Color

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

This div border color is #ae9aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9aae


Comments

No comments written yet.

Please login to write comment.