Color Hex Logo

#dce7e0 Color Hex

#DCE7E0
(220,231,224)
0 Favorites   0 Comments

Color spaces of #dce7e0

RGB 220231224
HSL0.390.190.88
HSV142°91°
CMYK 0.050.000.03   0.09
XYZ71.545777.749381.7573
Yxy77.74930.30970.3365
Hunter Lab88.1756-9.47226.7486
CIE-Lab90.6654-4.93182.1233

#dce7e0 color RGB value is (220,231,224).

#dce7e0 hex color red value is 220, green value is 231 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dce7e0 hue: 0.39 , saturation: 0.19 and the lightness value of dce7e0 is 0.88.

The process color (four color CMYK) of #dce7e0 color hex is 0.05, 0.00, 0.03, 0.09. Web safe color of #dce7e0 is #ccffcc. Color #dce7e0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 11100000
Octal 334 347 340
Decimal 220 231 224
Hex DC E7 E0

RGB Percentages of Color #dce7e0

%32.59
%34.22
%33.19

CMYK Percentages of Color #dce7e0

%5
%0
%3
%9

Triadic Colors of #dce7e0

#dce7e0 #e0dce7 #e7e0dc

Analogous Colors of #dce7e0

#dce7e0 #dce7e6 #dee7dc

Monochromatic Colors of #dce7e0

#dce7e0

Complementary Color

#dce7e0 #e7dce3

#dce7e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce7e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce7e0 Color CSS Codes

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

#dce7e0 Text Font Color

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

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


#dce7e0 Background Color

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

This div background color is #dce7e0


#dce7e0 Border Color

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

This div border color is #dce7e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce7e0


Comments

No comments written yet.

Please login to write comment.