Color Hex Logo

#acc2cc Color Hex

#ACC2CC
(172,194,204)
0 Favorites   0 Comments

Color spaces of #acc2cc

RGB 172194204
HSL0.550.240.74
HSV199°16°80°
CMYK 0.160.050.00   0.20
XYZ47.204151.713964.6206
Yxy51.71390.28860.3162
Hunter Lab71.9124-8.6772-2.9394
CIE-Lab77.1094-5.3746-7.5404

#acc2cc color RGB value is (172,194,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 11001100
Octal 254 302 314
Decimal 172 194 204
Hex AC C2 CC

RGB Percentages of Color #acc2cc

%30.18
%34.04
%35.79

CMYK Percentages of Color #acc2cc

%16
%5
%0
%20

Triadic Colors of #acc2cc

#acc2cc #ccacc2 #c2ccac

Analogous Colors of #acc2cc

#acc2cc #acb2cc #acccc6

Monochromatic Colors of #acc2cc

#acc2cc

Complementary Color

#acc2cc #ccb6ac

#acc2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc2cc Color CSS Codes

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

#acc2cc Text Font Color

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

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


#acc2cc Background Color

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

This div background color is #acc2cc


#acc2cc Border Color

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

This div border color is #acc2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc2cc

#acc2cc Color Palettes


Comments

No comments written yet.

Please login to write comment.