Color Hex Logo

#ccdaee Color Hex

#CCDAEE
(204,218,238)
0 Favorites   0 Comments

Color spaces of #ccdaee

RGB 204218238
HSL0.600.500.87
HSV215°14°93°
CMYK 0.140.080.00   0.07
XYZ65.405969.153290.7896
Yxy69.15320.29020.3069
Hunter Lab83.1584-5.1331-6.5200
CIE-Lab86.5799-0.7235-11.3826

#ccdaee color RGB value is (204,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 11101110
Octal 314 332 356
Decimal 204 218 238
Hex CC DA EE

RGB Percentages of Color #ccdaee

%30.91
%33.03
%36.06

CMYK Percentages of Color #ccdaee

%14
%8
%0
%7

Triadic Colors of #ccdaee

#ccdaee #eeccda #daeecc

Analogous Colors of #ccdaee

#ccdaee #cfccee #ccebee

Monochromatic Colors of #ccdaee

#ccdaee

Complementary Color

#ccdaee #eee0cc

#ccdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdaee Color CSS Codes

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

#ccdaee Text Font Color

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

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


#ccdaee Background Color

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

This div background color is #ccdaee


#ccdaee Border Color

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

This div border color is #ccdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdaee

#ccdaee Color Palettes


Comments

No comments written yet.

Please login to write comment.