Color Hex Logo

#ccdfed Color Hex

#CCDFED
(204,223,237)
0 Favorites   0 Comments

Color spaces of #ccdfed

RGB 204223237
HSL0.570.480.86
HSV205°14°93°
CMYK 0.140.060.00   0.07
XYZ66.575671.727190.4566
Yxy71.72710.29100.3135
Hunter Lab84.6919-7.8933-4.0414
CIE-Lab87.8371-3.5266-8.9845

#ccdfed color RGB value is (204,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11101101
Octal 314 337 355
Decimal 204 223 237
Hex CC DF ED

RGB Percentages of Color #ccdfed

%30.72
%33.58
%35.69

CMYK Percentages of Color #ccdfed

%14
%6
%0
%7

Triadic Colors of #ccdfed

#ccdfed #edccdf #dfedcc

Analogous Colors of #ccdfed

#ccdfed #cccfed #ccedeb

Monochromatic Colors of #ccdfed

#ccdfed

Complementary Color

#ccdfed #eddacc

#ccdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfed Color CSS Codes

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

#ccdfed Text Font Color

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

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


#ccdfed Background Color

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

This div background color is #ccdfed


#ccdfed Border Color

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

This div border color is #ccdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfed


Comments

No comments written yet.

Please login to write comment.