Color Hex Logo

#acb0cc Color Hex

#ACB0CC
(172,176,204)
0 Favorites   0 Comments

Color spaces of #acb0cc

RGB 172176204
HSL0.650.240.74
HSV233°16°80°
CMYK 0.160.140.00   0.20
XYZ43.437744.181063.3651
Yxy44.18100.28770.2926
Hunter Lab66.46880.3303-9.9934
CIE-Lab72.34934.3188-14.6519

#acb0cc color RGB value is (172,176,204).

#acb0cc hex color red value is 172, green value is 176 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acb0cc hue: 0.65 , saturation: 0.24 and the lightness value of acb0cc is 0.74.

The process color (four color CMYK) of #acb0cc color hex is 0.16, 0.14, 0.00, 0.20. Web safe color of #acb0cc is #9999cc. Color #acb0cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 11001100
Octal 254 260 314
Decimal 172 176 204
Hex AC B0 CC

RGB Percentages of Color #acb0cc

%31.16
%31.88
%36.96

CMYK Percentages of Color #acb0cc

%16
%14
%0
%20

Triadic Colors of #acb0cc

#acb0cc #ccacb0 #b0ccac

Analogous Colors of #acb0cc

#acb0cc #b8accc #acc0cc

Monochromatic Colors of #acb0cc

#acb0cc

Complementary Color

#acb0cc #ccc8ac

#acb0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb0cc Color CSS Codes

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

#acb0cc Text Font Color

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

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


#acb0cc Background Color

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

This div background color is #acb0cc


#acb0cc Border Color

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

This div border color is #acb0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb0cc


Comments

No comments written yet.

Please login to write comment.