Color Hex Logo

#e5eddb Color Hex

#E5EDDB
(229,237,219)
0 Favorites   0 Comments

Color spaces of #e5eddb

RGB 229237219
HSL0.240.330.89
HSV87°93°
CMYK 0.030.000.08   0.07
XYZ75.383582.340978.9381
Yxy82.34090.31850.3479
Hunter Lab90.7419-10.510111.9418
CIE-Lab92.7251-5.81867.7885

#e5eddb color RGB value is (229,237,219).

#e5eddb hex color red value is 229, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e5eddb hue: 0.24 , saturation: 0.33 and the lightness value of e5eddb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101101 11011011
Octal 345 355 333
Decimal 229 237 219
Hex E5 ED DB

RGB Percentages of Color #e5eddb

%33.43
%34.60
%31.97

CMYK Percentages of Color #e5eddb

%3
%0
%8
%7

Triadic Colors of #e5eddb

#e5eddb #dbe5ed #eddbe5

Analogous Colors of #e5eddb

#e5eddb #dceddb #edecdb

Monochromatic Colors of #e5eddb

#e5eddb

Complementary Color

#e5eddb #e3dbed

#e5eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eddb Color CSS Codes

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

#e5eddb Text Font Color

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

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


#e5eddb Background Color

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

This div background color is #e5eddb


#e5eddb Border Color

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

This div border color is #e5eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eddb


Comments

No comments written yet.

Please login to write comment.