Color Hex Logo

#e1edda Color Hex

#E1EDDA
(225,237,218)
0 Favorites   0 Comments

Color spaces of #e1edda

RGB 225237218
HSL0.270.350.89
HSV98°93°
CMYK 0.050.000.08   0.07
XYZ73.990481.637978.1876
Yxy81.63790.31640.3492
Hunter Lab90.3537-11.945811.9410
CIE-Lab92.4148-7.34997.8247

#e1edda color RGB value is (225,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 11011010
Octal 341 355 332
Decimal 225 237 218
Hex E1 ED DA

RGB Percentages of Color #e1edda

%33.09
%34.85
%32.06

CMYK Percentages of Color #e1edda

%5
%0
%8
%7

Triadic Colors of #e1edda

#e1edda #dae1ed #eddae1

Analogous Colors of #e1edda

#e1edda #daeddd #ebedda

Monochromatic Colors of #e1edda

#e1edda

Complementary Color

#e1edda #e6daed

#e1edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1edda Color CSS Codes

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

#e1edda Text Font Color

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

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


#e1edda Background Color

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

This div background color is #e1edda


#e1edda Border Color

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

This div border color is #e1edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1edda


Comments

No comments written yet.

Please login to write comment.