Color Hex Logo

#e0ecdb Color Hex

#E0ECDB
(224,236,219)
0 Favorites   0 Comments

Color spaces of #e0ecdb

RGB 224236219
HSL0.280.310.89
HSV102°93°
CMYK 0.050.000.07   0.07
XYZ73.522180.952778.7682
Yxy80.95270.31520.3471
Hunter Lab89.9737-11.592611.0757
CIE-Lab92.1106-7.01126.8580

#e0ecdb color RGB value is (224,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101100 11011011
Octal 340 354 333
Decimal 224 236 219
Hex E0 EC DB

RGB Percentages of Color #e0ecdb

%32.99
%34.76
%32.25

CMYK Percentages of Color #e0ecdb

%5
%0
%7
%7

Triadic Colors of #e0ecdb

#e0ecdb #dbe0ec #ecdbe0

Analogous Colors of #e0ecdb

#e0ecdb #dbecdf #e9ecdb

Monochromatic Colors of #e0ecdb

#e0ecdb

Complementary Color

#e0ecdb #e7dbec

#e0ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ecdb Color CSS Codes

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

#e0ecdb Text Font Color

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

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


#e0ecdb Background Color

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

This div background color is #e0ecdb


#e0ecdb Border Color

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

This div border color is #e0ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ecdb


Comments

No comments written yet.

Please login to write comment.