Color Hex Logo

#aca5ba Color Hex

#ACA5BA
(172,165,186)
0 Favorites   0 Comments

Color spaces of #aca5ba

RGB 172165186
HSL0.720.130.69
HSV260°11°73°
CMYK 0.080.110.00   0.27
XYZ39.331339.226151.9528
Yxy39.22610.30140.3006
Hunter Lab62.63072.4919-5.3401
CIE-Lab68.91476.5829-9.8787

#aca5ba color RGB value is (172,165,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 10111010
Octal 254 245 272
Decimal 172 165 186
Hex AC A5 BA

RGB Percentages of Color #aca5ba

%32.89
%31.55
%35.56

CMYK Percentages of Color #aca5ba

%8
%11
%0
%27

Triadic Colors of #aca5ba

#aca5ba #baaca5 #a5baac

Analogous Colors of #aca5ba

#aca5ba #b7a5ba #a5a9ba

Monochromatic Colors of #aca5ba

#aca5ba

Complementary Color

#aca5ba #b3baa5

#aca5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca5ba Color CSS Codes

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

#aca5ba Text Font Color

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

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


#aca5ba Background Color

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

This div background color is #aca5ba


#aca5ba Border Color

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

This div border color is #aca5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca5ba


Comments

No comments written yet.

Please login to write comment.