Color Hex Logo

#ae9faa Color Hex

#AE9FAA
(174,159,170)
0 Favorites   0 Comments

Color spaces of #ae9faa

RGB 174159170
HSL0.880.080.65
HSV316°68°
CMYK 0.000.090.02   0.32
XYZ37.109436.697243.1576
Yxy36.69720.31730.3137
Hunter Lab60.57823.33480.1649
CIE-Lab67.04927.4712-3.7254

#ae9faa color RGB value is (174,159,170).

#ae9faa hex color red value is 174, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae9faa hue: 0.88 , saturation: 0.08 and the lightness value of ae9faa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 10101010
Octal 256 237 252
Decimal 174 159 170
Hex AE 9F AA

RGB Percentages of Color #ae9faa

%34.59
%31.61
%33.80

CMYK Percentages of Color #ae9faa

%0
%9
%2
%32

Triadic Colors of #ae9faa

#ae9faa #aaae9f #9faaae

Analogous Colors of #ae9faa

#ae9faa #ae9fa3 #ab9fae

Monochromatic Colors of #ae9faa

#ae9faa

Complementary Color

#ae9faa #9faea3

#ae9faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9faa Color CSS Codes

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

#ae9faa Text Font Color

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

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


#ae9faa Background Color

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

This div background color is #ae9faa


#ae9faa Border Color

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

This div border color is #ae9faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9faa


Comments

No comments written yet.

Please login to write comment.