Color Hex Logo

#e0dadb Color Hex

#E0DADB
(224,218,219)
0 Favorites   0 Comments

Color spaces of #e0dadb

RGB 224218219
HSL0.970.090.87
HSV350°88°
CMYK 0.000.030.02   0.12
XYZ68.598171.104677.1269
Yxy71.10460.31640.3279
Hunter Lab84.3235-2.35464.7966
CIE-Lab87.53582.22370.2262

#e0dadb color RGB value is (224,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011010 11011011
Octal 340 332 333
Decimal 224 218 219
Hex E0 DA DB

RGB Percentages of Color #e0dadb

%33.89
%32.98
%33.13

CMYK Percentages of Color #e0dadb

%0
%3
%2
%12

Triadic Colors of #e0dadb

#e0dadb #dbe0da #dadbe0

Analogous Colors of #e0dadb

#e0dadb #e0dcda #e0dade

Monochromatic Colors of #e0dadb

#e0dadb

Complementary Color

#e0dadb #dae0df

#e0dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dadb Color CSS Codes

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

#e0dadb Text Font Color

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

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


#e0dadb Background Color

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

This div background color is #e0dadb


#e0dadb Border Color

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

This div border color is #e0dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dadb

#e0dadb Color Palettes


Comments

No comments written yet.

Please login to write comment.