Color Hex Logo

#c0ccdf Color Hex

#C0CCDF
(192,204,223)
0 Favorites   0 Comments

Color spaces of #c0ccdf

RGB 192204223
HSL0.600.330.81
HSV217°14°87°
CMYK 0.140.090.00   0.13
XYZ56.650459.719978.3533
Yxy59.71990.29090.3067
Hunter Lab77.2787-4.3852-6.0194
CIE-Lab81.6857-0.2761-10.8002

#c0ccdf color RGB value is (192,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001100 11011111
Octal 300 314 337
Decimal 192 204 223
Hex C0 CC DF

RGB Percentages of Color #c0ccdf

%31.02
%32.96
%36.03

CMYK Percentages of Color #c0ccdf

%14
%9
%0
%13

Triadic Colors of #c0ccdf

#c0ccdf #dfc0cc #ccdfc0

Analogous Colors of #c0ccdf

#c0ccdf #c4c0df #c0dcdf

Monochromatic Colors of #c0ccdf

#c0ccdf

Complementary Color

#c0ccdf #dfd3c0

#c0ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ccdf Color CSS Codes

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

#c0ccdf Text Font Color

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

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


#c0ccdf Background Color

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

This div background color is #c0ccdf


#c0ccdf Border Color

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

This div border color is #c0ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ccdf


Comments

No comments written yet.

Please login to write comment.