Color Hex Logo

#ccdef0 Color Hex

#CCDEF0
(204,222,240)
0 Favorites   0 Comments

Color spaces of #ccdef0

RGB 204222240
HSL0.580.550.87
HSV210°15°94°
CMYK 0.150.080.00   0.06
XYZ66.751371.371292.6959
Yxy71.37120.28920.3092
Hunter Lab84.4815-6.8045-5.9179
CIE-Lab87.6650-2.3948-10.8199

#ccdef0 color RGB value is (204,222,240).

#ccdef0 hex color red value is 204, green value is 222 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ccdef0 hue: 0.58 , saturation: 0.55 and the lightness value of ccdef0 is 0.87.

The process color (four color CMYK) of #ccdef0 color hex is 0.15, 0.08, 0.00, 0.06. Web safe color of #ccdef0 is #ccccff. Color #ccdef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 11110000
Octal 314 336 360
Decimal 204 222 240
Hex CC DE F0

RGB Percentages of Color #ccdef0

%30.63
%33.33
%36.04

CMYK Percentages of Color #ccdef0

%15
%8
%0
%6

Triadic Colors of #ccdef0

#ccdef0 #f0ccde #def0cc

Analogous Colors of #ccdef0

#ccdef0 #ccccf0 #ccf0f0

Monochromatic Colors of #ccdef0

#ccdef0

Complementary Color

#ccdef0 #f0decc

#ccdef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdef0 Color CSS Codes

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

#ccdef0 Text Font Color

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

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


#ccdef0 Background Color

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

This div background color is #ccdef0


#ccdef0 Border Color

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

This div border color is #ccdef0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,222,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccdef0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccdef0;
  -webkit-box-shadow: 1px 1px 3px 2px #ccdef0;
  box-shadow:         1px 1px 3px 2px #ccdef0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,222,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdef0


Comments

No comments written yet.

Please login to write comment.