Color Hex Logo

#aca2bb Color Hex

#ACA2BB
(172,162,187)
0 Favorites   0 Comments

Color spaces of #aca2bb

RGB 172162187
HSL0.730.160.68
HSV264°13°73°
CMYK 0.080.130.00   0.27
XYZ38.903238.199252.3365
Yxy38.19920.30060.2951
Hunter Lab61.80554.1964-6.9425
CIE-Lab68.16728.4484-11.5514

#aca2bb color RGB value is (172,162,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 10111011
Octal 254 242 273
Decimal 172 162 187
Hex AC A2 BB

RGB Percentages of Color #aca2bb

%33.01
%31.09
%35.89

CMYK Percentages of Color #aca2bb

%8
%13
%0
%27

Triadic Colors of #aca2bb

#aca2bb #bbaca2 #a2bbac

Analogous Colors of #aca2bb

#aca2bb #b9a2bb #a2a5bb

Monochromatic Colors of #aca2bb

#aca2bb

Complementary Color

#aca2bb #b1bba2

#aca2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca2bb Color CSS Codes

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

#aca2bb Text Font Color

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

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


#aca2bb Background Color

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

This div background color is #aca2bb


#aca2bb Border Color

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

This div border color is #aca2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca2bb


Comments

No comments written yet.

Please login to write comment.