Color Hex Logo

#c0cdef Color Hex

#C0CDEF
(192,205,239)
0 Favorites   0 Comments

Color spaces of #c0cdef

RGB 192205239
HSL0.620.590.85
HSV223°20°94°
CMYK 0.200.140.00   0.06
XYZ59.149561.101190.3375
Yxy61.10110.28090.2901
Hunter Lab78.1672-1.7208-13.8042
CIE-Lab82.43312.6013-18.2192

#c0cdef color RGB value is (192,205,239).

#c0cdef hex color red value is 192, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c0cdef hue: 0.62 , saturation: 0.59 and the lightness value of c0cdef is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001101 11101111
Octal 300 315 357
Decimal 192 205 239
Hex C0 CD EF

RGB Percentages of Color #c0cdef

%30.19
%32.23
%37.58

CMYK Percentages of Color #c0cdef

%20
%14
%0
%6

Triadic Colors of #c0cdef

#c0cdef #efc0cd #cdefc0

Analogous Colors of #c0cdef

#c0cdef #cbc0ef #c0e5ef

Monochromatic Colors of #c0cdef

#c0cdef

Complementary Color

#c0cdef #efe2c0

#c0cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cdef Color CSS Codes

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

#c0cdef Text Font Color

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

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


#c0cdef Background Color

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

This div background color is #c0cdef


#c0cdef Border Color

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

This div border color is #c0cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cdef


Comments

No comments written yet.

Please login to write comment.