Color Hex Logo

#ae88ac Color Hex

#AE88AC
(174,136,172)
0 Favorites   0 Comments

Color spaces of #ae88ac

RGB 174136172
HSL0.840.190.61
HSV303°22°68°
CMYK 0.000.220.01   0.32
XYZ33.706129.585542.9638
Yxy29.58550.31720.2784
Hunter Lab54.392615.4263-8.7574
CIE-Lab61.294920.7427-13.4264

#ae88ac color RGB value is (174,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 10101100
Octal 256 210 254
Decimal 174 136 172
Hex AE 88 AC

RGB Percentages of Color #ae88ac

%36.10
%28.22
%35.68

CMYK Percentages of Color #ae88ac

%0
%22
%1
%32

Triadic Colors of #ae88ac

#ae88ac #acae88 #88acae

Analogous Colors of #ae88ac

#ae88ac #ae8899 #9d88ae

Monochromatic Colors of #ae88ac

#ae88ac

Complementary Color

#ae88ac #88ae8a

#ae88ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae88ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae88ac Color CSS Codes

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

#ae88ac Text Font Color

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

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


#ae88ac Background Color

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

This div background color is #ae88ac


#ae88ac Border Color

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

This div border color is #ae88ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae88ac


Comments

No comments written yet.

Please login to write comment.