Color Hex Logo

#ac9ab8 Color Hex

#AC9AB8
(172,154,184)
0 Favorites   0 Comments

Color spaces of #ac9ab8

RGB 172154184
HSL0.770.170.66
HSV276°16°72°
CMYK 0.070.160.00   0.28
XYZ37.220635.342650.2075
Yxy35.34260.30320.2879
Hunter Lab59.44967.7195-8.4579
CIE-Lab66.014512.2958-13.1090

#ac9ab8 color RGB value is (172,154,184).

#ac9ab8 hex color red value is 172, green value is 154 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ac9ab8 hue: 0.77 , saturation: 0.17 and the lightness value of ac9ab8 is 0.66.

The process color (four color CMYK) of #ac9ab8 color hex is 0.07, 0.16, 0.00, 0.28. Web safe color of #ac9ab8 is #9999cc. Color #ac9ab8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011010 10111000
Octal 254 232 270
Decimal 172 154 184
Hex AC 9A B8

RGB Percentages of Color #ac9ab8

%33.73
%30.20
%36.08

CMYK Percentages of Color #ac9ab8

%7
%16
%0
%28

Triadic Colors of #ac9ab8

#ac9ab8 #b8ac9a #9ab8ac

Analogous Colors of #ac9ab8

#ac9ab8 #b89ab5 #9d9ab8

Monochromatic Colors of #ac9ab8

#ac9ab8

Complementary Color

#ac9ab8 #a6b89a

#ac9ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9ab8 Color CSS Codes

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

#ac9ab8 Text Font Color

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

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


#ac9ab8 Background Color

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

This div background color is #ac9ab8


#ac9ab8 Border Color

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

This div border color is #ac9ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9ab8


Comments

No comments written yet.

Please login to write comment.