Color Hex Logo

#c0ccff Color Hex

#C0CCFF
(192,204,255)
2 Favorites   0 Comments

Color spaces of #c0ccff

RGB 192204255
HSL0.631.000.88
HSV229°25°100°
CMYK 0.250.200.00   0.00
XYZ61.381161.6122103.2650
Yxy61.61220.27130.2723
Hunter Lab78.49342.2217-23.0558
CIE-Lab82.70686.7239-26.3152

#c0ccff color RGB value is (192,204,255).

#c0ccff hex color red value is 192, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c0ccff hue: 0.63 , saturation: 1.00 and the lightness value of c0ccff is 0.88.

The process color (four color CMYK) of #c0ccff color hex is 0.25, 0.20, 0.00, 0.00. Web safe color of #c0ccff is #ccccff. Color #c0ccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001100 11111111
Octal 300 314 377
Decimal 192 204 255
Hex C0 CC FF

RGB Percentages of Color #c0ccff

%29.49
%31.34
%39.17

CMYK Percentages of Color #c0ccff

%25
%20
%0
%0

Triadic Colors of #c0ccff

#c0ccff #ffc0cc #ccffc0

Analogous Colors of #c0ccff

#c0ccff #d4c0ff #c0ecff

Monochromatic Colors of #c0ccff

#c0ccff

Complementary Color

#c0ccff #fff3c0

#c0ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ccff Color CSS Codes

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

#c0ccff Text Font Color

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

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


#c0ccff Background Color

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

This div background color is #c0ccff


#c0ccff Border Color

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

This div border color is #c0ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ccff

#c0ccff Color Palettes


Comments

No comments written yet.

Please login to write comment.