Color Hex Logo

#c0dcce Color Hex

#C0DCCE
(192,220,206)
0 Favorites   0 Comments

Color spaces of #c0dcce

RGB 192220206
HSL0.420.290.81
HSV150°13°86°
CMYK 0.130.000.06   0.14
XYZ58.472066.849168.2139
Yxy66.84910.30210.3454
Hunter Lab81.7613-15.42717.7669
CIE-Lab85.4277-11.94273.7421

#c0dcce color RGB value is (192,220,206).

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

The process color (four color CMYK) of #c0dcce color hex is 0.13, 0.00, 0.06, 0.14. Web safe color of #c0dcce is #cccccc. Color #c0dcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11011100 11001110
Octal 300 334 316
Decimal 192 220 206
Hex C0 DC CE

RGB Percentages of Color #c0dcce

%31.07
%35.60
%33.33

CMYK Percentages of Color #c0dcce

%13
%0
%6
%14

Triadic Colors of #c0dcce

#c0dcce #cec0dc #dccec0

Analogous Colors of #c0dcce

#c0dcce #c0dcdc #c0dcc0

Monochromatic Colors of #c0dcce

#c0dcce

Complementary Color

#c0dcce #dcc0ce

#c0dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0dcce Color CSS Codes

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

#c0dcce Text Font Color

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

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


#c0dcce Background Color

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

This div background color is #c0dcce


#c0dcce Border Color

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

This div border color is #c0dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0dcce


Comments

No comments written yet.

Please login to write comment.