Color Hex Logo

#aca6bb Color Hex

#ACA6BB
(172,166,187)
0 Favorites   0 Comments

Color spaces of #aca6bb

RGB 172166187
HSL0.710.130.69
HSV257°11°73°
CMYK 0.080.110.00   0.27
XYZ39.619139.630952.5751
Yxy39.63090.30050.3006
Hunter Lab62.95312.1699-5.4487
CIE-Lab69.20586.2348-9.9984

#aca6bb color RGB value is (172,166,187).

#aca6bb hex color red value is 172, green value is 166 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aca6bb hue: 0.71 , saturation: 0.13 and the lightness value of aca6bb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 10111011
Octal 254 246 273
Decimal 172 166 187
Hex AC A6 BB

RGB Percentages of Color #aca6bb

%32.76
%31.62
%35.62

CMYK Percentages of Color #aca6bb

%8
%11
%0
%27

Triadic Colors of #aca6bb

#aca6bb #bbaca6 #a6bbac

Analogous Colors of #aca6bb

#aca6bb #b7a6bb #a6abbb

Monochromatic Colors of #aca6bb

#aca6bb

Complementary Color

#aca6bb #b5bba6

#aca6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca6bb Color CSS Codes

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

#aca6bb Text Font Color

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

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


#aca6bb Background Color

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

This div background color is #aca6bb


#aca6bb Border Color

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

This div border color is #aca6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca6bb


Comments

No comments written yet.

Please login to write comment.