Color Hex Logo

#e0dadc Color Hex

#E0DADC
(224,218,220)
0 Favorites   0 Comments

Color spaces of #e0dadc

RGB 224218220
HSL0.940.090.87
HSV340°88°
CMYK 0.000.030.02   0.12
XYZ68.730171.157477.8224
Yxy71.15740.31570.3268
Hunter Lab84.3548-2.18394.3498
CIE-Lab87.56142.4008-0.2639

#e0dadc color RGB value is (224,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011010 11011100
Octal 340 332 334
Decimal 224 218 220
Hex E0 DA DC

RGB Percentages of Color #e0dadc

%33.84
%32.93
%33.23

CMYK Percentages of Color #e0dadc

%0
%3
%2
%12

Triadic Colors of #e0dadc

#e0dadc #dce0da #dadce0

Analogous Colors of #e0dadc

#e0dadc #e0dbda #e0dadf

Monochromatic Colors of #e0dadc

#e0dadc

Complementary Color

#e0dadc #dae0de

#e0dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dadc Color CSS Codes

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

#e0dadc Text Font Color

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

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


#e0dadc Background Color

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

This div background color is #e0dadc


#e0dadc Border Color

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

This div border color is #e0dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dadc


Comments

No comments written yet.

Please login to write comment.