Color Hex Logo

#acc1cc Color Hex

#ACC1CC
(172,193,204)
0 Favorites   0 Comments

Color spaces of #acc1cc

RGB 172193204
HSL0.560.240.74
HSV201°16°80°
CMYK 0.160.050.00   0.20
XYZ46.982351.270264.5467
Yxy51.27020.28860.3149
Hunter Lab71.6032-8.1832-3.3247
CIE-Lab76.8424-4.8447-7.9367

#acc1cc color RGB value is (172,193,204).

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

The process color (four color CMYK) of #acc1cc color hex is 0.16, 0.05, 0.00, 0.20. Web safe color of #acc1cc is #99cccc. Color #acc1cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 11001100
Octal 254 301 314
Decimal 172 193 204
Hex AC C1 CC

RGB Percentages of Color #acc1cc

%30.23
%33.92
%35.85

CMYK Percentages of Color #acc1cc

%16
%5
%0
%20

Triadic Colors of #acc1cc

#acc1cc #ccacc1 #c1ccac

Analogous Colors of #acc1cc

#acc1cc #acb1cc #acccc7

Monochromatic Colors of #acc1cc

#acc1cc

Complementary Color

#acc1cc #ccb7ac

#acc1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc1cc Color CSS Codes

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

#acc1cc Text Font Color

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

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


#acc1cc Background Color

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

This div background color is #acc1cc


#acc1cc Border Color

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

This div border color is #acc1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc1cc


Comments

No comments written yet.

Please login to write comment.