Color Hex Logo

#e5dadd Color Hex

#E5DADD
(229,218,221)
0 Favorites   0 Comments

Color spaces of #e5dadd

RGB 229218221
HSL0.950.170.88
HSV344°90°
CMYK 0.000.050.03   0.10
XYZ70.435672.021378.5958
Yxy72.02130.31860.3258
Hunter Lab84.8654-0.36504.4959
CIE-Lab87.97884.2834-0.1347

#e5dadd color RGB value is (229,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 11011101
Octal 345 332 335
Decimal 229 218 221
Hex E5 DA DD

RGB Percentages of Color #e5dadd

%34.28
%32.63
%33.08

CMYK Percentages of Color #e5dadd

%0
%5
%3
%10

Triadic Colors of #e5dadd

#e5dadd #dde5da #dadde5

Analogous Colors of #e5dadd

#e5dadd #e5ddda #e5dae3

Monochromatic Colors of #e5dadd

#e5dadd

Complementary Color

#e5dadd #dae5e2

#e5dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dadd Color CSS Codes

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

#e5dadd Text Font Color

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

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


#e5dadd Background Color

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

This div background color is #e5dadd


#e5dadd Border Color

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

This div border color is #e5dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dadd


Comments

No comments written yet.

Please login to write comment.