Color Hex Logo

#c0bedb Color Hex

#C0BEDB
(192,190,219)
0 Favorites   0 Comments

Color spaces of #c0bedb

RGB 192190219
HSL0.680.290.80
HSV244°13°86°
CMYK 0.120.130.00   0.14
XYZ52.937953.147974.4863
Yxy53.14790.29320.2943
Hunter Lab72.90262.0374-9.5462
CIE-Lab77.96226.3731-14.2216

#c0bedb color RGB value is (192,190,219).

#c0bedb hex color red value is 192, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c0bedb hue: 0.68 , saturation: 0.29 and the lightness value of c0bedb is 0.80.

The process color (four color CMYK) of #c0bedb color hex is 0.12, 0.13, 0.00, 0.14. Web safe color of #c0bedb is #cccccc. Color #c0bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111110 11011011
Octal 300 276 333
Decimal 192 190 219
Hex C0 BE DB

RGB Percentages of Color #c0bedb

%31.95
%31.61
%36.44

CMYK Percentages of Color #c0bedb

%12
%13
%0
%14

Triadic Colors of #c0bedb

#c0bedb #dbc0be #bedbc0

Analogous Colors of #c0bedb

#c0bedb #cfbedb #becbdb

Monochromatic Colors of #c0bedb

#c0bedb

Complementary Color

#c0bedb #d9dbbe

#c0bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0bedb Color CSS Codes

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

#c0bedb Text Font Color

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

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


#c0bedb Background Color

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

This div background color is #c0bedb


#c0bedb Border Color

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

This div border color is #c0bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0bedb


Comments

No comments written yet.

Please login to write comment.