Color Hex Logo

#e1dadc Color Hex

#E1DADC
(225,218,220)
0 Favorites   0 Comments

Color spaces of #e1dadc

RGB 225218220
HSL0.950.100.87
HSV343°88°
CMYK 0.000.030.02   0.12
XYZ69.041071.317777.8370
Yxy71.31770.31640.3269
Hunter Lab84.4498-1.85654.4675
CIE-Lab87.63912.7415-0.1411

#e1dadc color RGB value is (225,218,220).

#e1dadc hex color red value is 225, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e1dadc hue: 0.95 , saturation: 0.10 and the lightness value of e1dadc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011010 11011100
Octal 341 332 334
Decimal 225 218 220
Hex E1 DA DC

RGB Percentages of Color #e1dadc

%33.94
%32.88
%33.18

CMYK Percentages of Color #e1dadc

%0
%3
%2
%12

Triadic Colors of #e1dadc

#e1dadc #dce1da #dadce1

Analogous Colors of #e1dadc

#e1dadc #e1dcda #e1dae0

Monochromatic Colors of #e1dadc

#e1dadc

Complementary Color

#e1dadc #dae1df

#e1dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dadc Color CSS Codes

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

#e1dadc Text Font Color

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

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


#e1dadc Background Color

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

This div background color is #e1dadc


#e1dadc Border Color

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

This div border color is #e1dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dadc


Comments

No comments written yet.

Please login to write comment.