Color Hex Logo

#aca0bd Color Hex

#ACA0BD
(172,160,189)
0 Favorites   0 Comments

Color spaces of #aca0bd

RGB 172160189
HSL0.740.180.68
HSV265°15°74°
CMYK 0.090.150.00   0.26
XYZ38.769437.586453.3556
Yxy37.58640.29890.2898
Hunter Lab61.30775.5901-8.6841
CIE-Lab67.71479.9727-13.3420

#aca0bd color RGB value is (172,160,189).

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

The process color (four color CMYK) of #aca0bd color hex is 0.09, 0.15, 0.00, 0.26. Web safe color of #aca0bd is #9999cc. Color #aca0bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 10111101
Octal 254 240 275
Decimal 172 160 189
Hex AC A0 BD

RGB Percentages of Color #aca0bd

%33.01
%30.71
%36.28

CMYK Percentages of Color #aca0bd

%9
%15
%0
%26

Triadic Colors of #aca0bd

#aca0bd #bdaca0 #a0bdac

Analogous Colors of #aca0bd

#aca0bd #bba0bd #a0a3bd

Monochromatic Colors of #aca0bd

#aca0bd

Complementary Color

#aca0bd #b1bda0

#aca0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca0bd Color CSS Codes

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

#aca0bd Text Font Color

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

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


#aca0bd Background Color

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

This div background color is #aca0bd


#aca0bd Border Color

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

This div border color is #aca0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca0bd


Comments

No comments written yet.

Please login to write comment.