Color Hex Logo

#ccddee Color Hex

#CCDDEE
(204,221,238)
4 Favorites   0 Comments

Color spaces of #ccddee

RGB 204221238
HSL0.580.500.87
HSV210°14°93°
CMYK 0.140.070.00   0.07
XYZ66.190970.723391.0513
Yxy70.72330.29040.3102
Hunter Lab84.0971-6.6768-5.3248
CIE-Lab87.3504-2.2859-10.2347

#ccddee color RGB value is (204,221,238). This hex color code is also a web safe color which is equal to #CDE.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11101110
Octal 314 335 356
Decimal 204 221 238
Hex CC DD EE

RGB Percentages of Color #ccddee

%30.77
%33.33
%35.90

CMYK Percentages of Color #ccddee

%14
%7
%0
%7

Triadic Colors of #ccddee

#ccddee #eeccdd #ddeecc

Analogous Colors of #ccddee

#ccddee #ccccee #cceeee

Monochromatic Colors of #ccddee

#ccddee

Complementary Color

#ccddee #eeddcc

#ccddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddee Color CSS Codes

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

#ccddee Text Font Color

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

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


#ccddee Background Color

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

This div background color is #ccddee


#ccddee Border Color

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

This div border color is #ccddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddee


Comments

No comments written yet.

Please login to write comment.