Color Hex Logo

#e1eddf Color Hex

#E1EDDF
(225,237,223)
0 Favorites   0 Comments

Color spaces of #e1eddf

RGB 225237223
HSL0.310.280.90
HSV111°93°
CMYK 0.050.000.06   0.07
XYZ74.654881.903681.6863
Yxy81.90360.31340.3438
Hunter Lab90.5006-11.12979.8350
CIE-Lab92.5323-6.48375.3948

#e1eddf color RGB value is (225,237,223).

#e1eddf hex color red value is 225, green value is 237 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e1eddf hue: 0.31 , saturation: 0.28 and the lightness value of e1eddf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 11011111
Octal 341 355 337
Decimal 225 237 223
Hex E1 ED DF

RGB Percentages of Color #e1eddf

%32.85
%34.60
%32.55

CMYK Percentages of Color #e1eddf

%5
%0
%6
%7

Triadic Colors of #e1eddf

#e1eddf #dfe1ed #eddfe1

Analogous Colors of #e1eddf

#e1eddf #dfede4 #e8eddf

Monochromatic Colors of #e1eddf

#e1eddf

Complementary Color

#e1eddf #ebdfed

#e1eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eddf Color CSS Codes

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

#e1eddf Text Font Color

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

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


#e1eddf Background Color

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

This div background color is #e1eddf


#e1eddf Border Color

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

This div border color is #e1eddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,237,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eddf


Comments

No comments written yet.

Please login to write comment.