Color Hex Logo

#c0cbbe Color Hex

#C0CBBE
(192,203,190)
0 Favorites   0 Comments

Color spaces of #c0cbbe

RGB 192203190
HSL0.310.110.77
HSV111°80°
CMYK 0.050.000.06   0.20
XYZ52.388457.636057.0789
Yxy57.63600.31350.3449
Hunter Lab75.9184-9.68118.5659
CIE-Lab80.5360-6.14905.1782

#c0cbbe color RGB value is (192,203,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001011 10111110
Octal 300 313 276
Decimal 192 203 190
Hex C0 CB BE

RGB Percentages of Color #c0cbbe

%32.82
%34.70
%32.48

CMYK Percentages of Color #c0cbbe

%5
%0
%6
%20

Triadic Colors of #c0cbbe

#c0cbbe #bec0cb #cbbec0

Analogous Colors of #c0cbbe

#c0cbbe #becbc3 #c7cbbe

Monochromatic Colors of #c0cbbe

#c0cbbe

Complementary Color

#c0cbbe #c9becb

#c0cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cbbe Color CSS Codes

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

#c0cbbe Text Font Color

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

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


#c0cbbe Background Color

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

This div background color is #c0cbbe


#c0cbbe Border Color

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

This div border color is #c0cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cbbe


Comments

No comments written yet.

Please login to write comment.