Color Hex Logo

#e0e5dd Color Hex

#E0E5DD
(224,229,221)
0 Favorites   0 Comments

Color spaces of #e0e5dd

RGB 224229221
HSL0.270.130.88
HSV98°90°
CMYK 0.020.000.03   0.10
XYZ71.810977.106479.5048
Yxy77.10640.31440.3376
Hunter Lab87.8102-7.69137.7851
CIE-Lab90.3706-3.09983.3000

#e0e5dd color RGB value is (224,229,221).

#e0e5dd hex color red value is 224, green value is 229 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e0e5dd hue: 0.27 , saturation: 0.13 and the lightness value of e0e5dd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11100101 11011101
Octal 340 345 335
Decimal 224 229 221
Hex E0 E5 DD

RGB Percentages of Color #e0e5dd

%33.23
%33.98
%32.79

CMYK Percentages of Color #e0e5dd

%2
%0
%3
%10

Triadic Colors of #e0e5dd

#e0e5dd #dde0e5 #e5dde0

Analogous Colors of #e0e5dd

#e0e5dd #dde5de #e4e5dd

Monochromatic Colors of #e0e5dd

#e0e5dd

Complementary Color

#e0e5dd #e2dde5

#e0e5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0e5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0e5dd Color CSS Codes

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

#e0e5dd Text Font Color

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

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


#e0e5dd Background Color

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

This div background color is #e0e5dd


#e0e5dd Border Color

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

This div border color is #e0e5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0e5dd


Comments

No comments written yet.

Please login to write comment.