Color Hex Logo

#c0becc Color Hex

#C0BECC
(192,190,204)
0 Favorites   0 Comments

Color spaces of #c0becc

RGB 192190204
HSL0.690.120.77
HSV249°80°
CMYK 0.060.070.00   0.20
XYZ51.050852.393064.5489
Yxy52.39300.30390.3119
Hunter Lab72.3830-0.7765-2.2049
CIE-Lab77.51523.3523-6.7785

#c0becc color RGB value is (192,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111110 11001100
Octal 300 276 314
Decimal 192 190 204
Hex C0 BE CC

RGB Percentages of Color #c0becc

%32.76
%32.42
%34.81

CMYK Percentages of Color #c0becc

%6
%7
%0
%20

Triadic Colors of #c0becc

#c0becc #ccc0be #beccc0

Analogous Colors of #c0becc

#c0becc #c7becc #bec3cc

Monochromatic Colors of #c0becc

#c0becc

Complementary Color

#c0becc #caccbe

#c0becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0becc Color CSS Codes

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

#c0becc Text Font Color

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

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


#c0becc Background Color

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

This div background color is #c0becc


#c0becc Border Color

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

This div border color is #c0becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0becc


Comments

No comments written yet.

Please login to write comment.