Color Hex Logo

#c0ccdc Color Hex

#C0CCDC
(192,204,220)
0 Favorites   0 Comments

Color spaces of #c0ccdc

RGB 192204220
HSL0.600.290.81
HSV214°13°86°
CMYK 0.130.070.00   0.14
XYZ56.249459.559576.2416
Yxy59.55950.29290.3101
Hunter Lab77.1748-4.9549-4.5507
CIE-Lab81.5982-0.8939-9.3263

#c0ccdc color RGB value is (192,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001100 11011100
Octal 300 314 334
Decimal 192 204 220
Hex C0 CC DC

RGB Percentages of Color #c0ccdc

%31.17
%33.12
%35.71

CMYK Percentages of Color #c0ccdc

%13
%7
%0
%14

Triadic Colors of #c0ccdc

#c0ccdc #dcc0cc #ccdcc0

Analogous Colors of #c0ccdc

#c0ccdc #c2c0dc #c0dadc

Monochromatic Colors of #c0ccdc

#c0ccdc

Complementary Color

#c0ccdc #dcd0c0

#c0ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ccdc Color CSS Codes

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

#c0ccdc Text Font Color

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

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


#c0ccdc Background Color

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

This div background color is #c0ccdc


#c0ccdc Border Color

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

This div border color is #c0ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ccdc


Comments

No comments written yet.

Please login to write comment.