Color Hex Logo

#acc0ce Color Hex

#ACC0CE
(172,192,206)
0 Favorites   0 Comments

Color spaces of #acc0ce

RGB 172192206
HSL0.570.260.74
HSV205°17°81°
CMYK 0.170.070.00   0.19
XYZ47.003550.926265.7449
Yxy50.92620.28720.3111
Hunter Lab71.3626-7.3142-4.6688
CIE-Lab76.6343-3.8882-9.3288

#acc0ce color RGB value is (172,192,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 11001110
Octal 254 300 316
Decimal 172 192 206
Hex AC C0 CE

RGB Percentages of Color #acc0ce

%30.18
%33.68
%36.14

CMYK Percentages of Color #acc0ce

%17
%7
%0
%19

Triadic Colors of #acc0ce

#acc0ce #ceacc0 #c0ceac

Analogous Colors of #acc0ce

#acc0ce #acafce #accecb

Monochromatic Colors of #acc0ce

#acc0ce

Complementary Color

#acc0ce #cebaac

#acc0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc0ce Color CSS Codes

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

#acc0ce Text Font Color

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

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


#acc0ce Background Color

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

This div background color is #acc0ce


#acc0ce Border Color

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

This div border color is #acc0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc0ce

#acc0ce Color Palettes


Comments

No comments written yet.

Please login to write comment.