Color Hex Logo

#c0cfeb Color Hex

#C0CFEB
(192,207,235)
0 Favorites   0 Comments

Color spaces of #c0cfeb

RGB 192207235
HSL0.610.520.84
HSV219°18°92°
CMYK 0.180.120.00   0.08
XYZ59.046461.830387.4196
Yxy61.83030.28350.2968
Hunter Lab78.6322-3.5675-10.8732
CIE-Lab82.82310.6719-15.5012

#c0cfeb color RGB value is (192,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001111 11101011
Octal 300 317 353
Decimal 192 207 235
Hex C0 CF EB

RGB Percentages of Color #c0cfeb

%30.28
%32.65
%37.07

CMYK Percentages of Color #c0cfeb

%18
%12
%0
%8

Triadic Colors of #c0cfeb

#c0cfeb #ebc0cf #cfebc0

Analogous Colors of #c0cfeb

#c0cfeb #c7c0eb #c0e5eb

Monochromatic Colors of #c0cfeb

#c0cfeb

Complementary Color

#c0cfeb #ebdcc0

#c0cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cfeb Color CSS Codes

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

#c0cfeb Text Font Color

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

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


#c0cfeb Background Color

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

This div background color is #c0cfeb


#c0cfeb Border Color

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

This div border color is #c0cfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,207,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 #c0cfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cfeb


Comments

No comments written yet.

Please login to write comment.