Color Hex Logo

#dcedfd Color Hex

#DCEDFD
(220,237,253)
0 Favorites   0 Comments

Color spaces of #dcedfd

RGB 220237253
HSL0.580.890.93
HSV209°13°99°
CMYK 0.130.060.00   0.01
XYZ77.529082.8759104.8389
Yxy82.87590.29230.3125
Hunter Lab91.0362-7.2977-4.5541
CIE-Lab92.9601-2.4816-9.6304

#dcedfd color RGB value is (220,237,253).

#dcedfd hex color red value is 220, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dcedfd hue: 0.58 , saturation: 0.89 and the lightness value of dcedfd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11111101
Octal 334 355 375
Decimal 220 237 253
Hex DC ED FD

RGB Percentages of Color #dcedfd

%30.99
%33.38
%35.63

CMYK Percentages of Color #dcedfd

%13
%6
%0
%1

Triadic Colors of #dcedfd

#dcedfd #fddced #edfddc

Analogous Colors of #dcedfd

#dcedfd #dcddfd #dcfdfd

Monochromatic Colors of #dcedfd

#dcedfd

Complementary Color

#dcedfd #fdecdc

#dcedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedfd Color CSS Codes

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

#dcedfd Text Font Color

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

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


#dcedfd Background Color

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

This div background color is #dcedfd


#dcedfd Border Color

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

This div border color is #dcedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.