Color Hex Logo

#e0ebda Color Hex

#E0EBDA
(224,235,218)
0 Favorites   0 Comments

Color spaces of #e0ebda

RGB 224235218
HSL0.270.300.89
HSV99°92°
CMYK 0.050.000.07   0.08
XYZ73.103780.325977.9811
Yxy80.32590.31590.3471
Hunter Lab89.6247-11.247111.1500
CIE-Lab91.8309-6.67776.9757

#e0ebda color RGB value is (224,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101011 11011010
Octal 340 353 332
Decimal 224 235 218
Hex E0 EB DA

RGB Percentages of Color #e0ebda

%33.09
%34.71
%32.20

CMYK Percentages of Color #e0ebda

%5
%0
%7
%8

Triadic Colors of #e0ebda

#e0ebda #dae0eb #ebdae0

Analogous Colors of #e0ebda

#e0ebda #daebdd #e9ebda

Monochromatic Colors of #e0ebda

#e0ebda

Complementary Color

#e0ebda #e5daeb

#e0ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ebda Color CSS Codes

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

#e0ebda Text Font Color

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

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


#e0ebda Background Color

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

This div background color is #e0ebda


#e0ebda Border Color

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

This div border color is #e0ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ebda


Comments

No comments written yet.

Please login to write comment.