Color Hex Logo

#ae9baa Color Hex

#AE9BAA
(174,155,170)
0 Favorites   0 Comments

Color spaces of #ae9baa

RGB 174155170
HSL0.870.100.65
HSV313°11°68°
CMYK 0.000.110.02   0.32
XYZ36.432635.343642.9320
Yxy35.34360.31760.3081
Hunter Lab59.45055.3505-1.2008
CIE-Lab66.01539.6925-5.2516

#ae9baa color RGB value is (174,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011011 10101010
Octal 256 233 252
Decimal 174 155 170
Hex AE 9B AA

RGB Percentages of Color #ae9baa

%34.87
%31.06
%34.07

CMYK Percentages of Color #ae9baa

%0
%11
%2
%32

Triadic Colors of #ae9baa

#ae9baa #aaae9b #9baaae

Analogous Colors of #ae9baa

#ae9baa #ae9ba1 #a99bae

Monochromatic Colors of #ae9baa

#ae9baa

Complementary Color

#ae9baa #9bae9f

#ae9baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9baa Color CSS Codes

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

#ae9baa Text Font Color

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

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


#ae9baa Background Color

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

This div background color is #ae9baa


#ae9baa Border Color

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

This div border color is #ae9baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9baa


Comments

No comments written yet.

Please login to write comment.