Color Hex Logo

#c0cfee Color Hex

#C0CFEE
(192,207,238)
0 Favorites   0 Comments

Color spaces of #c0cfee

RGB 192207238
HSL0.610.580.84
HSV220°19°93°
CMYK 0.190.130.00   0.07
XYZ59.483762.005289.7220
Yxy62.00520.28160.2936
Hunter Lab78.7434-2.9599-12.4360
CIE-Lab82.91621.3213-16.9585

#c0cfee color RGB value is (192,207,238).

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

The process color (four color CMYK) of #c0cfee color hex is 0.19, 0.13, 0.00, 0.07. Web safe color of #c0cfee is #ccccff. Color #c0cfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001111 11101110
Octal 300 317 356
Decimal 192 207 238
Hex C0 CF EE

RGB Percentages of Color #c0cfee

%30.14
%32.50
%37.36

CMYK Percentages of Color #c0cfee

%19
%13
%0
%7

Triadic Colors of #c0cfee

#c0cfee #eec0cf #cfeec0

Analogous Colors of #c0cfee

#c0cfee #c8c0ee #c0e6ee

Monochromatic Colors of #c0cfee

#c0cfee

Complementary Color

#c0cfee #eedfc0

#c0cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cfee Color CSS Codes

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

#c0cfee Text Font Color

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

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


#c0cfee Background Color

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

This div background color is #c0cfee


#c0cfee Border Color

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

This div border color is #c0cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cfee


Comments

No comments written yet.

Please login to write comment.