Color Hex Logo

#ccdced Color Hex

#CCDCED
(204,220,237)
0 Favorites   0 Comments

Color spaces of #ccdced

RGB 204220237
HSL0.590.480.86
HSV211°14°93°
CMYK 0.140.070.00   0.07
XYZ65.781170.138290.1918
Yxy70.13820.29090.3102
Hunter Lab83.7486-6.3554-5.2275
CIE-Lab87.0646-1.9705-10.1327

#ccdced color RGB value is (204,220,237).

#ccdced hex color red value is 204, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ccdced hue: 0.59 , saturation: 0.48 and the lightness value of ccdced is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 11101101
Octal 314 334 355
Decimal 204 220 237
Hex CC DC ED

RGB Percentages of Color #ccdced

%30.86
%33.28
%35.85

CMYK Percentages of Color #ccdced

%14
%7
%0
%7

Triadic Colors of #ccdced

#ccdced #edccdc #dcedcc

Analogous Colors of #ccdced

#ccdced #cdcced #cceded

Monochromatic Colors of #ccdced

#ccdced

Complementary Color

#ccdced #edddcc

#ccdced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdced Color CSS Codes

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

#ccdced Text Font Color

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

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


#ccdced Background Color

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

This div background color is #ccdced


#ccdced Border Color

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

This div border color is #ccdced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdced


Comments

No comments written yet.

Please login to write comment.