Color Hex Logo

#ae89ac Color Hex

#AE89AC
(174,137,172)
0 Favorites   0 Comments

Color spaces of #ae89ac

RGB 174137172
HSL0.840.190.61
HSV303°21°68°
CMYK 0.000.210.01   0.32
XYZ33.847629.868543.0110
Yxy29.86850.31710.2799
Hunter Lab54.652114.9090-8.4046
CIE-Lab61.540620.1783-13.0565

#ae89ac color RGB value is (174,137,172).

#ae89ac hex color red value is 174, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ae89ac hue: 0.84 , saturation: 0.19 and the lightness value of ae89ac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 10101100
Octal 256 211 254
Decimal 174 137 172
Hex AE 89 AC

RGB Percentages of Color #ae89ac

%36.02
%28.36
%35.61

CMYK Percentages of Color #ae89ac

%0
%21
%1
%32

Triadic Colors of #ae89ac

#ae89ac #acae89 #89acae

Analogous Colors of #ae89ac

#ae89ac #ae899a #9e89ae

Monochromatic Colors of #ae89ac

#ae89ac

Complementary Color

#ae89ac #89ae8b

#ae89ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae89ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae89ac Color CSS Codes

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

#ae89ac Text Font Color

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

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


#ae89ac Background Color

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

This div background color is #ae89ac


#ae89ac Border Color

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

This div border color is #ae89ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae89ac


Comments

No comments written yet.

Please login to write comment.