Color Hex Logo

#c0cbbb Color Hex

#C0CBBB
(192,203,187)
0 Favorites   0 Comments

Color spaces of #c0cbbb

RGB 192203187
HSL0.280.130.76
HSV101°80°
CMYK 0.050.000.08   0.20
XYZ52.063857.506255.3695
Yxy57.50620.31570.3487
Hunter Lab75.8328-10.15659.7923
CIE-Lab80.4635-6.68486.6793

#c0cbbb color RGB value is (192,203,187).

#c0cbbb hex color red value is 192, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c0cbbb hue: 0.28 , saturation: 0.13 and the lightness value of c0cbbb is 0.76.

The process color (four color CMYK) of #c0cbbb color hex is 0.05, 0.00, 0.08, 0.20. Web safe color of #c0cbbb is #cccccc. Color #c0cbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001011 10111011
Octal 300 313 273
Decimal 192 203 187
Hex C0 CB BB

RGB Percentages of Color #c0cbbb

%32.99
%34.88
%32.13

CMYK Percentages of Color #c0cbbb

%5
%0
%8
%20

Triadic Colors of #c0cbbb

#c0cbbb #bbc0cb #cbbbc0

Analogous Colors of #c0cbbb

#c0cbbb #bbcbbe #c8cbbb

Monochromatic Colors of #c0cbbb

#c0cbbb

Complementary Color

#c0cbbb #c6bbcb

#c0cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cbbb Color CSS Codes

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

#c0cbbb Text Font Color

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

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


#c0cbbb Background Color

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

This div background color is #c0cbbb


#c0cbbb Border Color

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

This div border color is #c0cbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cbbb


Comments

No comments written yet.

Please login to write comment.