Color Hex Logo

#e1ebdd Color Hex

#E1EBDD
(225,235,221)
0 Favorites   0 Comments

Color spaces of #e1ebdd

RGB 225235221
HSL0.290.260.89
HSV103°92°
CMYK 0.040.000.06   0.08
XYZ73.810880.644780.0823
Yxy80.64470.31470.3438
Hunter Lab89.8024-10.44069.9891
CIE-Lab91.9734-5.81955.6284

#e1ebdd color RGB value is (225,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101011 11011101
Octal 341 353 335
Decimal 225 235 221
Hex E1 EB DD

RGB Percentages of Color #e1ebdd

%33.04
%34.51
%32.45

CMYK Percentages of Color #e1ebdd

%4
%0
%6
%8

Triadic Colors of #e1ebdd

#e1ebdd #dde1eb #ebdde1

Analogous Colors of #e1ebdd

#e1ebdd #ddebe0 #e8ebdd

Monochromatic Colors of #e1ebdd

#e1ebdd

Complementary Color

#e1ebdd #e7ddeb

#e1ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ebdd Color CSS Codes

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

#e1ebdd Text Font Color

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

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


#e1ebdd Background Color

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

This div background color is #e1ebdd


#e1ebdd Border Color

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

This div border color is #e1ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ebdd


Comments

No comments written yet.

Please login to write comment.