Color Hex Logo

#dcedfe Color Hex

#DCEDFE
(220,237,254)
0 Favorites   0 Comments

Color spaces of #dcedfe

RGB 220237254
HSL0.580.940.93
HSV210°13°100°
CMYK 0.130.070.00   0.00
XYZ77.688882.9398105.6803
Yxy82.93980.29170.3114
Hunter Lab91.0713-7.1045-5.0510
CIE-Lab92.9881-2.2815-10.1090

#dcedfe color RGB value is (220,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11111110
Octal 334 355 376
Decimal 220 237 254
Hex DC ED FE

RGB Percentages of Color #dcedfe

%30.94
%33.33
%35.72

CMYK Percentages of Color #dcedfe

%13
%7
%0
%0

Triadic Colors of #dcedfe

#dcedfe #fedced #edfedc

Analogous Colors of #dcedfe

#dcedfe #dcdcfe #dcfefe

Monochromatic Colors of #dcedfe

#dcedfe

Complementary Color

#dcedfe #feeddc

#dcedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedfe Color CSS Codes

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

#dcedfe Text Font Color

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

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


#dcedfe Background Color

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

This div background color is #dcedfe


#dcedfe Border Color

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

This div border color is #dcedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedfe


Comments

No comments written yet.

Please login to write comment.