Color Hex Logo

#c0dbcb Color Hex

#C0DBCB
(192,219,203)
0 Favorites   0 Comments

Color spaces of #c0dbcb

RGB 192219203
HSL0.400.270.81
HSV144°12°86°
CMYK 0.120.000.07   0.14
XYZ57.849266.181366.2252
Yxy66.18130.30410.3479
Hunter Lab81.3519-15.43478.6808
CIE-Lab85.0888-11.99724.8374

#c0dbcb color RGB value is (192,219,203).

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

The process color (four color CMYK) of #c0dbcb color hex is 0.12, 0.00, 0.07, 0.14. Web safe color of #c0dbcb is #cccccc. Color #c0dbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11011011 11001011
Octal 300 333 313
Decimal 192 219 203
Hex C0 DB CB

RGB Percentages of Color #c0dbcb

%31.27
%35.67
%33.06

CMYK Percentages of Color #c0dbcb

%12
%0
%7
%14

Triadic Colors of #c0dbcb

#c0dbcb #cbc0db #dbcbc0

Analogous Colors of #c0dbcb

#c0dbcb #c0dbd9 #c3dbc0

Monochromatic Colors of #c0dbcb

#c0dbcb

Complementary Color

#c0dbcb #dbc0d0

#c0dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0dbcb Color CSS Codes

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

#c0dbcb Text Font Color

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

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


#c0dbcb Background Color

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

This div background color is #c0dbcb


#c0dbcb Border Color

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

This div border color is #c0dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0dbcb


Comments

No comments written yet.

Please login to write comment.