Color Hex Logo

#ac889e Color Hex

#AC889E
(172,136,158)
0 Favorites   0 Comments

Color spaces of #ac889e

RGB 172136158
HSL0.900.180.60
HSV323°21°67°
CMYK 0.000.210.08   0.33
XYZ31.989028.847636.2299
Yxy28.84760.32960.2972
Hunter Lab53.710012.3200-2.3969
CIE-Lab60.646917.4211-6.4403

#ac889e color RGB value is (172,136,158).

#ac889e hex color red value is 172, green value is 136 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ac889e hue: 0.90 , saturation: 0.18 and the lightness value of ac889e is 0.60.

The process color (four color CMYK) of #ac889e color hex is 0.00, 0.21, 0.08, 0.33. Web safe color of #ac889e is #999999. Color #ac889e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 10011110
Octal 254 210 236
Decimal 172 136 158
Hex AC 88 9E

RGB Percentages of Color #ac889e

%36.91
%29.18
%33.91

CMYK Percentages of Color #ac889e

%0
%21
%8
%33

Triadic Colors of #ac889e

#ac889e #9eac88 #889eac

Analogous Colors of #ac889e

#ac889e #ac888c #a888ac

Monochromatic Colors of #ac889e

#ac889e

Complementary Color

#ac889e #88ac96

#ac889e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac889e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac889e Color CSS Codes

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

#ac889e Text Font Color

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

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


#ac889e Background Color

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

This div background color is #ac889e


#ac889e Border Color

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

This div border color is #ac889e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac889e


Comments

No comments written yet.

Please login to write comment.