Color Hex Logo

#e5eedb Color Hex

#E5EEDB
(229,238,219)
0 Favorites   0 Comments

Color spaces of #e5eedb

RGB 229238219
HSL0.250.360.90
HSV88°93°
CMYK 0.040.000.08   0.07
XYZ75.673882.921679.0349
Yxy82.92160.31850.3490
Hunter Lab91.0613-11.020112.2833
CIE-Lab92.9801-6.32448.1547

#e5eedb color RGB value is (229,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101110 11011011
Octal 345 356 333
Decimal 229 238 219
Hex E5 EE DB

RGB Percentages of Color #e5eedb

%33.38
%34.69
%31.92

CMYK Percentages of Color #e5eedb

%4
%0
%8
%7

Triadic Colors of #e5eedb

#e5eedb #dbe5ee #eedbe5

Analogous Colors of #e5eedb

#e5eedb #dceedb #eeeedb

Monochromatic Colors of #e5eedb

#e5eedb

Complementary Color

#e5eedb #e4dbee

#e5eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eedb Color CSS Codes

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

#e5eedb Text Font Color

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

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


#e5eedb Background Color

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

This div background color is #e5eedb


#e5eedb Border Color

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

This div border color is #e5eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eedb


Comments

No comments written yet.

Please login to write comment.