Color Hex Logo

#e1e5da Color Hex

#E1E5DA
(225,229,218)
0 Favorites   0 Comments

Color spaces of #e1e5da

RGB 225229218
HSL0.230.170.88
HSV82°90°
CMYK 0.020.000.05   0.10
XYZ71.725577.108177.4327
Yxy77.10810.31700.3408
Hunter Lab87.8112-7.86829.1854
CIE-Lab90.3713-3.28384.8797

#e1e5da color RGB value is (225,229,218).

#e1e5da hex color red value is 225, green value is 229 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e1e5da hue: 0.23 , saturation: 0.17 and the lightness value of e1e5da is 0.88.

The process color (four color CMYK) of #e1e5da color hex is 0.02, 0.00, 0.05, 0.10. Web safe color of #e1e5da is #cccccc. Color #e1e5da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11100101 11011010
Octal 341 345 332
Decimal 225 229 218
Hex E1 E5 DA

RGB Percentages of Color #e1e5da

%33.48
%34.08
%32.44

CMYK Percentages of Color #e1e5da

%2
%0
%5
%10

Triadic Colors of #e1e5da

#e1e5da #dae1e5 #e5dae1

Analogous Colors of #e1e5da

#e1e5da #dce5da #e5e4da

Monochromatic Colors of #e1e5da

#e1e5da

Complementary Color

#e1e5da #dedae5

#e1e5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1e5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1e5da Color CSS Codes

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

#e1e5da Text Font Color

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

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


#e1e5da Background Color

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

This div background color is #e1e5da


#e1e5da Border Color

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

This div border color is #e1e5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1e5da


Comments

No comments written yet.

Please login to write comment.