Color Hex Logo

#dcedff Color Hex

#DCEDFF
(220,237,255)
1 Favorites   0 Comments

Color spaces of #dcedff

RGB 220237255
HSL0.591.000.93
HSV211°14°100°
CMYK 0.140.070.00   0.00
XYZ77.849483.0040106.5260
Yxy83.00400.29120.3104
Hunter Lab91.1065-6.9104-5.5501
CIE-Lab93.0162-2.0808-10.5874

#dcedff color RGB value is (220,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11111111
Octal 334 355 377
Decimal 220 237 255
Hex DC ED FF

RGB Percentages of Color #dcedff

%30.90
%33.29
%35.81

CMYK Percentages of Color #dcedff

%14
%7
%0
%0

Triadic Colors of #dcedff

#dcedff #ffdced #edffdc

Analogous Colors of #dcedff

#dcedff #dddcff #dcffff

Monochromatic Colors of #dcedff

#dcedff

Complementary Color

#dcedff #ffeedc

#dcedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedff Color CSS Codes

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

#dcedff Text Font Color

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

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


#dcedff Background Color

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

This div background color is #dcedff


#dcedff Border Color

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

This div border color is #dcedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedff

Related Colors


Comments

No comments written yet.

Please login to write comment.