Color Hex Logo

#dce6e0 Color Hex

#DCE6E0
(220,230,224)
0 Favorites   0 Comments

Color spaces of #dce6e0

RGB 220230224
HSL0.400.170.88
HSV144°90°
CMYK 0.040.000.03   0.10
XYZ71.266677.191181.6642
Yxy77.19110.30970.3354
Hunter Lab87.8585-8.96166.3910
CIE-Lab90.4095-4.42111.7511

#dce6e0 color RGB value is (220,230,224).

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

The process color (four color CMYK) of #dce6e0 color hex is 0.04, 0.00, 0.03, 0.10. Web safe color of #dce6e0 is #ccffcc. Color #dce6e0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 11100000
Octal 334 346 340
Decimal 220 230 224
Hex DC E6 E0

RGB Percentages of Color #dce6e0

%32.64
%34.12
%33.23

CMYK Percentages of Color #dce6e0

%4
%0
%3
%10

Triadic Colors of #dce6e0

#dce6e0 #e0dce6 #e6e0dc

Analogous Colors of #dce6e0

#dce6e0 #dce6e5 #dde6dc

Monochromatic Colors of #dce6e0

#dce6e0

Complementary Color

#dce6e0 #e6dce2

#dce6e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6e0 Color CSS Codes

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

#dce6e0 Text Font Color

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

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


#dce6e0 Background Color

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

This div background color is #dce6e0


#dce6e0 Border Color

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

This div border color is #dce6e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6e0


Comments

No comments written yet.

Please login to write comment.