Color Hex Logo

#e5eddd Color Hex

#E5EDDD
(229,237,221)
0 Favorites   0 Comments

Color spaces of #e5eddd

RGB 229237221
HSL0.250.310.90
HSV90°93°
CMYK 0.030.000.07   0.07
XYZ75.648482.446880.3333
Yxy82.44680.31730.3458
Hunter Lab90.8002-10.186711.1048
CIE-Lab92.7717-5.47806.8165

#e5eddd color RGB value is (229,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101101 11011101
Octal 345 355 335
Decimal 229 237 221
Hex E5 ED DD

RGB Percentages of Color #e5eddd

%33.33
%34.50
%32.17

CMYK Percentages of Color #e5eddd

%3
%0
%7
%7

Triadic Colors of #e5eddd

#e5eddd #dde5ed #eddde5

Analogous Colors of #e5eddd

#e5eddd #ddeddd #ededdd

Monochromatic Colors of #e5eddd

#e5eddd

Complementary Color

#e5eddd #e5dded

#e5eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eddd Color CSS Codes

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

#e5eddd Text Font Color

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

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


#e5eddd Background Color

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

This div background color is #e5eddd


#e5eddd Border Color

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

This div border color is #e5eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eddd


Comments

No comments written yet.

Please login to write comment.