Color Hex Logo

#ccdcee Color Hex

#CCDCEE
(204,220,238)
0 Favorites   0 Comments

Color spaces of #ccdcee

RGB 204220238
HSL0.590.500.87
HSV212°14°93°
CMYK 0.140.080.00   0.07
XYZ65.927770.196890.9635
Yxy70.19680.29030.3091
Hunter Lab83.7835-6.1629-5.7225
CIE-Lab87.0933-1.7659-10.6174

#ccdcee color RGB value is (204,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 11101110
Octal 314 334 356
Decimal 204 220 238
Hex CC DC EE

RGB Percentages of Color #ccdcee

%30.82
%33.23
%35.95

CMYK Percentages of Color #ccdcee

%14
%8
%0
%7

Triadic Colors of #ccdcee

#ccdcee #eeccdc #dceecc

Analogous Colors of #ccdcee

#ccdcee #cdccee #ccedee

Monochromatic Colors of #ccdcee

#ccdcee

Complementary Color

#ccdcee #eedecc

#ccdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdcee Color CSS Codes

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

#ccdcee Text Font Color

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

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


#ccdcee Background Color

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

This div background color is #ccdcee


#ccdcee Border Color

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

This div border color is #ccdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdcee


Comments

No comments written yet.

Please login to write comment.