Color Hex Logo

#ccd9ee Color Hex

#CCD9EE
(204,217,238)
0 Favorites   0 Comments

Color spaces of #ccd9ee

RGB 204217238
HSL0.600.500.87
HSV217°14°93°
CMYK 0.140.090.00   0.07
XYZ65.147368.636190.7034
Yxy68.63610.29020.3057
Hunter Lab82.8469-4.6172-6.9197
CIE-Lab86.3235-0.2012-11.7649

#ccd9ee color RGB value is (204,217,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 11101110
Octal 314 331 356
Decimal 204 217 238
Hex CC D9 EE

RGB Percentages of Color #ccd9ee

%30.96
%32.93
%36.12

CMYK Percentages of Color #ccd9ee

%14
%9
%0
%7

Triadic Colors of #ccd9ee

#ccd9ee #eeccd9 #d9eecc

Analogous Colors of #ccd9ee

#ccd9ee #d0ccee #cceaee

Monochromatic Colors of #ccd9ee

#ccd9ee

Complementary Color

#ccd9ee #eee1cc

#ccd9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd9ee Color CSS Codes

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

#ccd9ee Text Font Color

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

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


#ccd9ee Background Color

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

This div background color is #ccd9ee


#ccd9ee Border Color

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

This div border color is #ccd9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd9ee


Comments

No comments written yet.

Please login to write comment.