Color Hex Logo

#ccdaed Color Hex

#CCDAED
(204,218,237)
0 Favorites   0 Comments

Color spaces of #ccdaed

RGB 204218237
HSL0.600.480.86
HSV215°14°93°
CMYK 0.140.080.00   0.07
XYZ65.259369.094690.0178
Yxy69.09460.29090.3079
Hunter Lab83.1232-5.3267-6.0216
CIE-Lab86.5509-0.9287-10.8976

#ccdaed color RGB value is (204,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 11101101
Octal 314 332 355
Decimal 204 218 237
Hex CC DA ED

RGB Percentages of Color #ccdaed

%30.96
%33.08
%35.96

CMYK Percentages of Color #ccdaed

%14
%8
%0
%7

Triadic Colors of #ccdaed

#ccdaed #edccda #daedcc

Analogous Colors of #ccdaed

#ccdaed #cfcced #ccebed

Monochromatic Colors of #ccdaed

#ccdaed

Complementary Color

#ccdaed #eddfcc

#ccdaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdaed Color CSS Codes

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

#ccdaed Text Font Color

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

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


#ccdaed Background Color

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

This div background color is #ccdaed


#ccdaed Border Color

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

This div border color is #ccdaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdaed


Comments

No comments written yet.

Please login to write comment.