Color Hex Logo

#e0ecdc Color Hex

#E0ECDC
(224,236,220)
0 Favorites   0 Comments

Color spaces of #e0ecdc

RGB 224236220
HSL0.290.300.89
HSV105°93°
CMYK 0.050.000.07   0.07
XYZ73.654281.005579.4638
Yxy81.00550.31460.3460
Hunter Lab90.0031-11.429510.6549
CIE-Lab92.1341-6.83786.3716

#e0ecdc color RGB value is (224,236,220).

#e0ecdc hex color red value is 224, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e0ecdc hue: 0.29 , saturation: 0.30 and the lightness value of e0ecdc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101100 11011100
Octal 340 354 334
Decimal 224 236 220
Hex E0 EC DC

RGB Percentages of Color #e0ecdc

%32.94
%34.71
%32.35

CMYK Percentages of Color #e0ecdc

%5
%0
%7
%7

Triadic Colors of #e0ecdc

#e0ecdc #dce0ec #ecdce0

Analogous Colors of #e0ecdc

#e0ecdc #dcece0 #e8ecdc

Monochromatic Colors of #e0ecdc

#e0ecdc

Complementary Color

#e0ecdc #e8dcec

#e0ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ecdc Color CSS Codes

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

#e0ecdc Text Font Color

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

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


#e0ecdc Background Color

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

This div background color is #e0ecdc


#e0ecdc Border Color

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

This div border color is #e0ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ecdc


Comments

No comments written yet.

Please login to write comment.