Color Hex Logo

#ccedfd Color Hex

#CCEDFD
(204,237,253)
0 Favorites   0 Comments

Color spaces of #ccedfd

RGB 204237253
HSL0.550.920.90
HSV200°19°99°
CMYK 0.190.060.00   0.01
XYZ72.915680.4976104.6230
Yxy80.49760.28260.3120
Hunter Lab89.7205-11.9443-6.3337
CIE-Lab91.9077-7.4019-11.3092

#ccedfd color RGB value is (204,237,253).

#ccedfd hex color red value is 204, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ccedfd hue: 0.55 , saturation: 0.92 and the lightness value of ccedfd is 0.90.

The process color (four color CMYK) of #ccedfd color hex is 0.19, 0.06, 0.00, 0.01. Web safe color of #ccedfd is #ccffff. Color #ccedfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11111101
Octal 314 355 375
Decimal 204 237 253
Hex CC ED FD

RGB Percentages of Color #ccedfd

%29.39
%34.15
%36.46

CMYK Percentages of Color #ccedfd

%19
%6
%0
%1

Triadic Colors of #ccedfd

#ccedfd #fdcced #edfdcc

Analogous Colors of #ccedfd

#ccedfd #ccd5fd #ccfdf5

Monochromatic Colors of #ccedfd

#ccedfd

Complementary Color

#ccedfd #fddccc

#ccedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedfd Color CSS Codes

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

#ccedfd Text Font Color

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

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


#ccedfd Background Color

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

This div background color is #ccedfd


#ccedfd Border Color

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

This div border color is #ccedfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,237,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccedfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedfd

#ccedfd Color Palettes


Comments

No comments written yet.

Please login to write comment.