Color Hex Logo

#c0bccd Color Hex

#C0BCCD
(192,188,205)
0 Favorites   0 Comments

Color spaces of #c0bccd

RGB 192188205
HSL0.710.150.77
HSV254°80°
CMYK 0.060.080.00   0.20
XYZ50.740951.580765.0393
Yxy51.58070.30320.3082
Hunter Lab71.81970.4265-3.4187
CIE-Lab77.02944.6222-8.0405

#c0bccd color RGB value is (192,188,205).

#c0bccd hex color red value is 192, green value is 188 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c0bccd hue: 0.71 , saturation: 0.15 and the lightness value of c0bccd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111100 11001101
Octal 300 274 315
Decimal 192 188 205
Hex C0 BC CD

RGB Percentages of Color #c0bccd

%32.82
%32.14
%35.04

CMYK Percentages of Color #c0bccd

%6
%8
%0
%20

Triadic Colors of #c0bccd

#c0bccd #cdc0bc #bccdc0

Analogous Colors of #c0bccd

#c0bccd #c9bccd #bcc1cd

Monochromatic Colors of #c0bccd

#c0bccd

Complementary Color

#c0bccd #c9cdbc

#c0bccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0bccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0bccd Color CSS Codes

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

#c0bccd Text Font Color

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

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


#c0bccd Background Color

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

This div background color is #c0bccd


#c0bccd Border Color

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

This div border color is #c0bccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0bccd


Comments

No comments written yet.

Please login to write comment.