Color Hex Logo

#c0ddfd Color Hex

#C0DDFD
(192,221,253)
0 Favorites   0 Comments

Color spaces of #c0ddfd

RGB 192221253
HSL0.590.940.87
HSV211°24°99°
CMYK 0.240.130.00   0.01
XYZ65.324370.0112102.9991
Yxy70.01120.27410.2938
Hunter Lab83.6727-7.0701-14.4137
CIE-Lab87.0024-2.7283-18.7402

#c0ddfd color RGB value is (192,221,253).

#c0ddfd hex color red value is 192, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c0ddfd hue: 0.59 , saturation: 0.94 and the lightness value of c0ddfd is 0.87.

The process color (four color CMYK) of #c0ddfd color hex is 0.24, 0.13, 0.00, 0.01. Web safe color of #c0ddfd is #ccccff. Color #c0ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11011101 11111101
Octal 300 335 375
Decimal 192 221 253
Hex C0 DD FD

RGB Percentages of Color #c0ddfd

%28.83
%33.18
%37.99

CMYK Percentages of Color #c0ddfd

%24
%13
%0
%1

Triadic Colors of #c0ddfd

#c0ddfd #fdc0dd #ddfdc0

Analogous Colors of #c0ddfd

#c0ddfd #c2c0fd #c0fcfd

Monochromatic Colors of #c0ddfd

#c0ddfd

Complementary Color

#c0ddfd #fde0c0

#c0ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ddfd Color CSS Codes

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

#c0ddfd Text Font Color

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

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


#c0ddfd Background Color

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

This div background color is #c0ddfd


#c0ddfd Border Color

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

This div border color is #c0ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ddfd


Comments

No comments written yet.

Please login to write comment.