Color Hex Logo

#dce5ed Color Hex

#DCE5ED
(220,229,237)
0 Favorites   0 Comments

Color spaces of #dce5ed

RGB 220229237
HSL0.580.320.90
HSV208°93°
CMYK 0.070.030.00   0.07
XYZ72.820677.368791.2164
Yxy77.36870.30170.3205
Hunter Lab87.9595-6.15110.0863
CIE-Lab90.4910-1.4947-4.9336

#dce5ed color RGB value is (220,229,237).

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

The process color (four color CMYK) of #dce5ed color hex is 0.07, 0.03, 0.00, 0.07. Web safe color of #dce5ed is #ccccff. Color #dce5ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 11101101
Octal 334 345 355
Decimal 220 229 237
Hex DC E5 ED

RGB Percentages of Color #dce5ed

%32.07
%33.38
%34.55

CMYK Percentages of Color #dce5ed

%7
%3
%0
%7

Triadic Colors of #dce5ed

#dce5ed #eddce5 #e5eddc

Analogous Colors of #dce5ed

#dce5ed #dcdded #dceded

Monochromatic Colors of #dce5ed

#dce5ed

Complementary Color

#dce5ed #ede4dc

#dce5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce5ed Color CSS Codes

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

#dce5ed Text Font Color

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

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


#dce5ed Background Color

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

This div background color is #dce5ed


#dce5ed Border Color

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

This div border color is #dce5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce5ed


Comments

No comments written yet.

Please login to write comment.