Color Hex Logo

#dce5ea Color Hex

#DCE5EA
(220,229,234)
0 Favorites   0 Comments

Color spaces of #dce5ea

RGB 220229234
HSL0.560.250.89
HSV201°92°
CMYK 0.060.020.00   0.08
XYZ72.385877.194888.9268
Yxy77.19480.30350.3237
Hunter Lab87.8606-6.69501.4929
CIE-Lab90.4112-2.0629-3.4804

#dce5ea color RGB value is (220,229,234).

#dce5ea hex color red value is 220, green value is 229 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dce5ea hue: 0.56 , saturation: 0.25 and the lightness value of dce5ea is 0.89.

The process color (four color CMYK) of #dce5ea color hex is 0.06, 0.02, 0.00, 0.08. Web safe color of #dce5ea is #ccccff. Color #dce5ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 11101010
Octal 334 345 352
Decimal 220 229 234
Hex DC E5 EA

RGB Percentages of Color #dce5ea

%32.21
%33.53
%34.26

CMYK Percentages of Color #dce5ea

%6
%2
%0
%8

Triadic Colors of #dce5ea

#dce5ea #eadce5 #e5eadc

Analogous Colors of #dce5ea

#dce5ea #dcdeea #dceae8

Monochromatic Colors of #dce5ea

#dce5ea

Complementary Color

#dce5ea #eae1dc

#dce5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce5ea Color CSS Codes

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

#dce5ea Text Font Color

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

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


#dce5ea Background Color

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

This div background color is #dce5ea


#dce5ea Border Color

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

This div border color is #dce5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce5ea


Comments

No comments written yet.

Please login to write comment.