Color Hex Logo

#c0cbcc Color Hex

#C0CBCC
(192,203,204)
0 Favorites   0 Comments

Color spaces of #c0cbcc

RGB 192203204
HSL0.510.110.78
HSV185°80°
CMYK 0.060.000.00   0.20
XYZ53.993258.278065.5298
Yxy58.27800.30370.3278
Hunter Lab76.3400-7.34692.5439
CIE-Lab80.8931-3.5443-1.8014

#c0cbcc color RGB value is (192,203,204).

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

The process color (four color CMYK) of #c0cbcc color hex is 0.06, 0.00, 0.00, 0.20. Web safe color of #c0cbcc is #cccccc. Color #c0cbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001011 11001100
Octal 300 313 314
Decimal 192 203 204
Hex C0 CB CC

RGB Percentages of Color #c0cbcc

%32.05
%33.89
%34.06

CMYK Percentages of Color #c0cbcc

%6
%0
%0
%20

Triadic Colors of #c0cbcc

#c0cbcc #ccc0cb #cbccc0

Analogous Colors of #c0cbcc

#c0cbcc #c0c5cc #c0ccc7

Monochromatic Colors of #c0cbcc

#c0cbcc

Complementary Color

#c0cbcc #ccc1c0

#c0cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cbcc Color CSS Codes

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

#c0cbcc Text Font Color

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

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


#c0cbcc Background Color

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

This div background color is #c0cbcc


#c0cbcc Border Color

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

This div border color is #c0cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cbcc


Comments

No comments written yet.

Please login to write comment.