Color Hex Logo

#ac9abf Color Hex

#AC9ABF
(172,154,191)
0 Favorites   0 Comments

Color spaces of #ac9abf

RGB 172154191
HSL0.750.220.68
HSV269°19°75°
CMYK 0.100.190.00   0.25
XYZ37.972835.643454.1687
Yxy35.64340.29720.2789
Hunter Lab59.70219.0541-12.0033
CIE-Lab66.246613.7435-16.6701

#ac9abf color RGB value is (172,154,191).

#ac9abf hex color red value is 172, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac9abf hue: 0.75 , saturation: 0.22 and the lightness value of ac9abf is 0.68.

The process color (four color CMYK) of #ac9abf color hex is 0.10, 0.19, 0.00, 0.25. Web safe color of #ac9abf is #9999cc. Color #ac9abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011010 10111111
Octal 254 232 277
Decimal 172 154 191
Hex AC 9A BF

RGB Percentages of Color #ac9abf

%33.27
%29.79
%36.94

CMYK Percentages of Color #ac9abf

%10
%19
%0
%25

Triadic Colors of #ac9abf

#ac9abf #bfac9a #9abfac

Analogous Colors of #ac9abf

#ac9abf #bf9abf #9a9bbf

Monochromatic Colors of #ac9abf

#ac9abf

Complementary Color

#ac9abf #adbf9a

#ac9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9abf Color CSS Codes

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

#ac9abf Text Font Color

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

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


#ac9abf Background Color

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

This div background color is #ac9abf


#ac9abf Border Color

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

This div border color is #ac9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9abf


Comments

No comments written yet.

Please login to write comment.