Color Hex Logo

#aca0bb Color Hex

#ACA0BB
(172,160,187)
0 Favorites   0 Comments

Color spaces of #aca0bb

RGB 172160187
HSL0.740.170.68
HSV267°14°73°
CMYK 0.080.140.00   0.27
XYZ38.553737.500152.2200
Yxy37.50010.30060.2923
Hunter Lab61.23735.2144-7.6933
CIE-Lab67.65059.5601-12.3258

#aca0bb color RGB value is (172,160,187).

#aca0bb hex color red value is 172, green value is 160 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aca0bb hue: 0.74 , saturation: 0.17 and the lightness value of aca0bb is 0.68.

The process color (four color CMYK) of #aca0bb color hex is 0.08, 0.14, 0.00, 0.27. Web safe color of #aca0bb is #9999cc. Color #aca0bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 10111011
Octal 254 240 273
Decimal 172 160 187
Hex AC A0 BB

RGB Percentages of Color #aca0bb

%33.14
%30.83
%36.03

CMYK Percentages of Color #aca0bb

%8
%14
%0
%27

Triadic Colors of #aca0bb

#aca0bb #bbaca0 #a0bbac

Analogous Colors of #aca0bb

#aca0bb #baa0bb #a0a2bb

Monochromatic Colors of #aca0bb

#aca0bb

Complementary Color

#aca0bb #afbba0

#aca0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca0bb Color CSS Codes

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

#aca0bb Text Font Color

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

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


#aca0bb Background Color

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

This div background color is #aca0bb


#aca0bb Border Color

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

This div border color is #aca0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca0bb

#aca0bb Color Palettes


Comments

No comments written yet.

Please login to write comment.