Color Hex Logo

#c0cced Color Hex

#C0CCED
(192,204,237)
0 Favorites   0 Comments

Color spaces of #c0cced

RGB 192204237
HSL0.620.560.84
HSV224°19°93°
CMYK 0.190.140.00   0.07
XYZ58.617260.506688.7103
Yxy60.50660.28200.2911
Hunter Lab77.7860-1.6132-13.1665
CIE-Lab82.11282.6974-17.6362

#c0cced color RGB value is (192,204,237).

#c0cced hex color red value is 192, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c0cced hue: 0.62 , saturation: 0.56 and the lightness value of c0cced is 0.84.

The process color (four color CMYK) of #c0cced color hex is 0.19, 0.14, 0.00, 0.07. Web safe color of #c0cced is #ccccff. Color #c0cced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001100 11101101
Octal 300 314 355
Decimal 192 204 237
Hex C0 CC ED

RGB Percentages of Color #c0cced

%30.33
%32.23
%37.44

CMYK Percentages of Color #c0cced

%19
%14
%0
%7

Triadic Colors of #c0cced

#c0cced #edc0cc #ccedc0

Analogous Colors of #c0cced

#c0cced #cbc0ed #c0e3ed

Monochromatic Colors of #c0cced

#c0cced

Complementary Color

#c0cced #ede1c0

#c0cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cced Color CSS Codes

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

#c0cced Text Font Color

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

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


#c0cced Background Color

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

This div background color is #c0cced


#c0cced Border Color

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

This div border color is #c0cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cced


Comments

No comments written yet.

Please login to write comment.