Color Hex Logo

#dce1ea Color Hex

#DCE1EA
(220,225,234)
0 Favorites   0 Comments

Color spaces of #dce1ea

RGB 220225234
HSL0.610.250.89
HSV219°92°
CMYK 0.060.040.00   0.08
XYZ71.291775.006688.5621
Yxy75.00660.30350.3194
Hunter Lab86.6064-4.6254-0.0044
CIE-Lab89.39610.0004-4.9747

#dce1ea color RGB value is (220,225,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 11101010
Octal 334 341 352
Decimal 220 225 234
Hex DC E1 EA

RGB Percentages of Color #dce1ea

%32.40
%33.14
%34.46

CMYK Percentages of Color #dce1ea

%6
%4
%0
%8

Triadic Colors of #dce1ea

#dce1ea #eadce1 #e1eadc

Analogous Colors of #dce1ea

#dce1ea #dedcea #dce8ea

Monochromatic Colors of #dce1ea

#dce1ea

Complementary Color

#dce1ea #eae5dc

#dce1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce1ea Color CSS Codes

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

#dce1ea Text Font Color

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

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


#dce1ea Background Color

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

This div background color is #dce1ea


#dce1ea Border Color

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

This div border color is #dce1ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,225,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 #dce1ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce1ea


Comments

No comments written yet.

Please login to write comment.