Color Hex Logo

#e5dfdd Color Hex

#E5DFDD
(229,223,221)
0 Favorites   0 Comments

Color spaces of #e5dfdd

RGB 229223221
HSL0.040.130.88
HSV15°90°
CMYK 0.000.030.03   0.10
XYZ71.751974.653879.0345
Yxy74.65380.31830.3311
Hunter Lab86.4024-2.97106.2476
CIE-Lab89.23061.68921.6903

#e5dfdd color RGB value is (229,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011111 11011101
Octal 345 337 335
Decimal 229 223 221
Hex E5 DF DD

RGB Percentages of Color #e5dfdd

%34.03
%33.14
%32.84

CMYK Percentages of Color #e5dfdd

%0
%3
%3
%10

Triadic Colors of #e5dfdd

#e5dfdd #dde5df #dfdde5

Analogous Colors of #e5dfdd

#e5dfdd #e5e3dd #e5dddf

Monochromatic Colors of #e5dfdd

#e5dfdd

Complementary Color

#e5dfdd #dde3e5

#e5dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dfdd Color CSS Codes

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

#e5dfdd Text Font Color

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

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


#e5dfdd Background Color

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

This div background color is #e5dfdd


#e5dfdd Border Color

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

This div border color is #e5dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dfdd


Comments

No comments written yet.

Please login to write comment.