Color Hex Logo

#acc0cf Color Hex

#ACC0CF
(172,192,207)
0 Favorites   0 Comments

Color spaces of #acc0cf

RGB 172192207
HSL0.570.270.74
HSV206°17°81°
CMYK 0.170.070.00   0.19
XYZ47.125450.974966.3869
Yxy50.97490.28650.3099
Hunter Lab71.3967-7.1253-5.1520
CIE-Lab76.6638-3.6739-9.8263

#acc0cf color RGB value is (172,192,207).

#acc0cf hex color red value is 172, green value is 192 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #acc0cf hue: 0.57 , saturation: 0.27 and the lightness value of acc0cf is 0.74.

The process color (four color CMYK) of #acc0cf color hex is 0.17, 0.07, 0.00, 0.19. Web safe color of #acc0cf is #99cccc. Color #acc0cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 11001111
Octal 254 300 317
Decimal 172 192 207
Hex AC C0 CF

RGB Percentages of Color #acc0cf

%30.12
%33.63
%36.25

CMYK Percentages of Color #acc0cf

%17
%7
%0
%19

Triadic Colors of #acc0cf

#acc0cf #cfacc0 #c0cfac

Analogous Colors of #acc0cf

#acc0cf #acafcf #accfcd

Monochromatic Colors of #acc0cf

#acc0cf

Complementary Color

#acc0cf #cfbbac

#acc0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc0cf Color CSS Codes

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

#acc0cf Text Font Color

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

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


#acc0cf Background Color

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

This div background color is #acc0cf


#acc0cf Border Color

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

This div border color is #acc0cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,192,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #acc0cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc0cf


Comments

No comments written yet.

Please login to write comment.