Color Hex Logo

#acc7cc Color Hex

#ACC7CC
(172,199,204)
0 Favorites   0 Comments

Color spaces of #acc7cc

RGB 172199204
HSL0.530.240.74
HSV189°16°80°
CMYK 0.160.020.00   0.20
XYZ48.335853.977164.9978
Yxy53.97710.28890.3226
Hunter Lab73.4691-11.1346-1.0252
CIE-Lab78.4484-8.0065-5.5583

#acc7cc color RGB value is (172,199,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 11001100
Octal 254 307 314
Decimal 172 199 204
Hex AC C7 CC

RGB Percentages of Color #acc7cc

%29.91
%34.61
%35.48

CMYK Percentages of Color #acc7cc

%16
%2
%0
%20

Triadic Colors of #acc7cc

#acc7cc #ccacc7 #c7ccac

Analogous Colors of #acc7cc

#acc7cc #acb7cc #acccc1

Monochromatic Colors of #acc7cc

#acc7cc

Complementary Color

#acc7cc #ccb1ac

#acc7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc7cc Color CSS Codes

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

#acc7cc Text Font Color

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

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


#acc7cc Background Color

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

This div background color is #acc7cc


#acc7cc Border Color

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

This div border color is #acc7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc7cc


Comments

No comments written yet.

Please login to write comment.