Color Hex Logo

#c0cecc Color Hex

#C0CECC
(192,206,204)
0 Favorites   0 Comments

Color spaces of #c0cecc

RGB 192206204
HSL0.480.130.78
HSV171°81°
CMYK 0.070.000.01   0.19
XYZ54.708659.708765.7682
Yxy59.70870.30360.3314
Hunter Lab77.2714-8.84593.6263
CIE-Lab81.6796-5.1135-0.6499

#c0cecc color RGB value is (192,206,204).

#c0cecc hex color red value is 192, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c0cecc hue: 0.48 , saturation: 0.13 and the lightness value of c0cecc is 0.78.

The process color (four color CMYK) of #c0cecc color hex is 0.07, 0.00, 0.01, 0.19. Web safe color of #c0cecc is #cccccc. Color #c0cecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001110 11001100
Octal 300 316 314
Decimal 192 206 204
Hex C0 CE CC

RGB Percentages of Color #c0cecc

%31.89
%34.22
%33.89

CMYK Percentages of Color #c0cecc

%7
%0
%1
%19

Triadic Colors of #c0cecc

#c0cecc #ccc0ce #ceccc0

Analogous Colors of #c0cecc

#c0cecc #c0c9ce #c0cec5

Monochromatic Colors of #c0cecc

#c0cecc

Complementary Color

#c0cecc #cec0c2

#c0cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cecc Color CSS Codes

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

#c0cecc Text Font Color

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

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


#c0cecc Background Color

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

This div background color is #c0cecc


#c0cecc Border Color

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

This div border color is #c0cecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cecc


Comments

No comments written yet.

Please login to write comment.