Color Hex Logo

#acc8cc Color Hex

#ACC8CC
(172,200,204)
0 Favorites   0 Comments

Color spaces of #acc8cc

RGB 172200204
HSL0.520.240.74
HSV188°16°80°
CMYK 0.160.020.00   0.20
XYZ48.566654.438865.0748
Yxy54.43880.28890.3239
Hunter Lab73.7827-11.6240-0.6447
CIE-Lab78.7169-8.5297-5.1618

#acc8cc color RGB value is (172,200,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 11001100
Octal 254 310 314
Decimal 172 200 204
Hex AC C8 CC

RGB Percentages of Color #acc8cc

%29.86
%34.72
%35.42

CMYK Percentages of Color #acc8cc

%16
%2
%0
%20

Triadic Colors of #acc8cc

#acc8cc #ccacc8 #c8ccac

Analogous Colors of #acc8cc

#acc8cc #acb8cc #acccc0

Monochromatic Colors of #acc8cc

#acc8cc

Complementary Color

#acc8cc #ccb0ac

#acc8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc8cc Color CSS Codes

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

#acc8cc Text Font Color

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

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


#acc8cc Background Color

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

This div background color is #acc8cc


#acc8cc Border Color

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

This div border color is #acc8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc8cc


Comments

No comments written yet.

Please login to write comment.