Color Hex Logo

#c0cceb Color Hex

#C0CCEB
(192,204,235)
0 Favorites   0 Comments

Color spaces of #c0cceb

RGB 192204235
HSL0.620.520.84
HSV223°18°92°
CMYK 0.180.130.00   0.08
XYZ58.326560.390487.1796
Yxy60.39040.28330.2933
Hunter Lab77.7113-2.0208-12.1160
CIE-Lab82.04992.2636-16.6639

#c0cceb color RGB value is (192,204,235).

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

The process color (four color CMYK) of #c0cceb color hex is 0.18, 0.13, 0.00, 0.08. Web safe color of #c0cceb is #ccccff. Color #c0cceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001100 11101011
Octal 300 314 353
Decimal 192 204 235
Hex C0 CC EB

RGB Percentages of Color #c0cceb

%30.43
%32.33
%37.24

CMYK Percentages of Color #c0cceb

%18
%13
%0
%8

Triadic Colors of #c0cceb

#c0cceb #ebc0cc #ccebc0

Analogous Colors of #c0cceb

#c0cceb #cac0eb #c0e2eb

Monochromatic Colors of #c0cceb

#c0cceb

Complementary Color

#c0cceb #ebdfc0

#c0cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cceb Color CSS Codes

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

#c0cceb Text Font Color

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

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


#c0cceb Background Color

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

This div background color is #c0cceb


#c0cceb Border Color

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

This div border color is #c0cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cceb


Comments

No comments written yet.

Please login to write comment.