Color Hex Logo

#acc6cc Color Hex

#ACC6CC
(172,198,204)
0 Favorites   0 Comments

Color spaces of #acc6cc

RGB 172198204
HSL0.530.240.74
HSV191°16°80°
CMYK 0.160.030.00   0.20
XYZ48.106453.518564.9214
Yxy53.51850.28880.3213
Hunter Lab73.1563-10.6449-1.4065
CIE-Lab78.1801-7.4827-5.9548

#acc6cc color RGB value is (172,198,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 11001100
Octal 254 306 314
Decimal 172 198 204
Hex AC C6 CC

RGB Percentages of Color #acc6cc

%29.97
%34.49
%35.54

CMYK Percentages of Color #acc6cc

%16
%3
%0
%20

Triadic Colors of #acc6cc

#acc6cc #ccacc6 #c6ccac

Analogous Colors of #acc6cc

#acc6cc #acb6cc #acccc2

Monochromatic Colors of #acc6cc

#acc6cc

Complementary Color

#acc6cc #ccb2ac

#acc6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc6cc Color CSS Codes

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

#acc6cc Text Font Color

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

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


#acc6cc Background Color

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

This div background color is #acc6cc


#acc6cc Border Color

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

This div border color is #acc6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc6cc


Comments

No comments written yet.

Please login to write comment.