Color Hex Logo

#e1eddd Color Hex

#E1EDDD
(225,237,221)
0 Favorites   0 Comments

Color spaces of #e1eddd

RGB 225237221
HSL0.290.310.90
HSV105°93°
CMYK 0.050.000.07   0.07
XYZ74.386781.796480.2743
Yxy81.79640.31460.3459
Hunter Lab90.4414-11.458710.6841
CIE-Lab92.4849-6.83246.3663

#e1eddd color RGB value is (225,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 11011101
Octal 341 355 335
Decimal 225 237 221
Hex E1 ED DD

RGB Percentages of Color #e1eddd

%32.94
%34.70
%32.36

CMYK Percentages of Color #e1eddd

%5
%0
%7
%7

Triadic Colors of #e1eddd

#e1eddd #dde1ed #eddde1

Analogous Colors of #e1eddd

#e1eddd #ddede1 #e9eddd

Monochromatic Colors of #e1eddd

#e1eddd

Complementary Color

#e1eddd #e9dded

#e1eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eddd Color CSS Codes

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

#e1eddd Text Font Color

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

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


#e1eddd Background Color

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

This div background color is #e1eddd


#e1eddd Border Color

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

This div border color is #e1eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eddd


Comments

No comments written yet.

Please login to write comment.