Color Hex Logo

#c0cedb Color Hex

#C0CEDB
(192,206,219)
0 Favorites   0 Comments

Color spaces of #c0cedb

RGB 192206219
HSL0.580.270.81
HSV209°12°86°
CMYK 0.120.060.00   0.14
XYZ56.595760.463675.7056
Yxy60.46360.29360.3137
Hunter Lab77.7583-6.1575-3.2940
CIE-Lab82.0895-2.1522-8.0620

#c0cedb color RGB value is (192,206,219).

#c0cedb hex color red value is 192, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c0cedb hue: 0.58 , saturation: 0.27 and the lightness value of c0cedb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001110 11011011
Octal 300 316 333
Decimal 192 206 219
Hex C0 CE DB

RGB Percentages of Color #c0cedb

%31.12
%33.39
%35.49

CMYK Percentages of Color #c0cedb

%12
%6
%0
%14

Triadic Colors of #c0cedb

#c0cedb #dbc0ce #cedbc0

Analogous Colors of #c0cedb

#c0cedb #c0c1db #c0dbdb

Monochromatic Colors of #c0cedb

#c0cedb

Complementary Color

#c0cedb #dbcdc0

#c0cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cedb Color CSS Codes

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

#c0cedb Text Font Color

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

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


#c0cedb Background Color

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

This div background color is #c0cedb


#c0cedb Border Color

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

This div border color is #c0cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cedb

#c0cedb Color Palettes


Comments

No comments written yet.

Please login to write comment.