Color Hex Logo

#dcedee Color Hex

#DCEDEE
(220,237,238)
0 Favorites   0 Comments

Color spaces of #dcedee

RGB 220237238
HSL0.510.350.90
HSV183°93°
CMYK 0.080.000.00   0.07
XYZ75.232081.957192.7431
Yxy81.95710.30100.3279
Hunter Lab90.5302-10.09142.6318
CIE-Lab92.5559-5.3996-2.4196

#dcedee color RGB value is (220,237,238).

#dcedee hex color red value is 220, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcedee hue: 0.51 , saturation: 0.35 and the lightness value of dcedee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11101110
Octal 334 355 356
Decimal 220 237 238
Hex DC ED EE

RGB Percentages of Color #dcedee

%31.65
%34.10
%34.24

CMYK Percentages of Color #dcedee

%8
%0
%0
%7

Triadic Colors of #dcedee

#dcedee #eedced #edeedc

Analogous Colors of #dcedee

#dcedee #dce4ee #dceee6

Monochromatic Colors of #dcedee

#dcedee

Complementary Color

#dcedee #eedddc

#dcedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedee Color CSS Codes

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

#dcedee Text Font Color

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

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


#dcedee Background Color

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

This div background color is #dcedee


#dcedee Border Color

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

This div border color is #dcedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedee


Comments

No comments written yet.

Please login to write comment.