Color Hex Logo

#c0daeb Color Hex

#C0DAEB
(192,218,235)
0 Favorites   0 Comments

Color spaces of #c0daeb

RGB 192218235
HSL0.570.520.84
HSV204°18°92°
CMYK 0.180.070.00   0.08
XYZ61.805067.347488.3391
Yxy67.34740.28420.3097
Hunter Lab82.0655-9.1829-6.3767
CIE-Lab85.6791-5.0952-11.2265

#c0daeb color RGB value is (192,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11011010 11101011
Octal 300 332 353
Decimal 192 218 235
Hex C0 DA EB

RGB Percentages of Color #c0daeb

%29.77
%33.80
%36.43

CMYK Percentages of Color #c0daeb

%18
%7
%0
%8

Triadic Colors of #c0daeb

#c0daeb #ebc0da #daebc0

Analogous Colors of #c0daeb

#c0daeb #c0c5eb #c0ebe7

Monochromatic Colors of #c0daeb

#c0daeb

Complementary Color

#c0daeb #ebd1c0

#c0daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0daeb Color CSS Codes

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

#c0daeb Text Font Color

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

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


#c0daeb Background Color

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

This div background color is #c0daeb


#c0daeb Border Color

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

This div border color is #c0daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0daeb


Comments

No comments written yet.

Please login to write comment.