Color Hex Logo

#e0dbdc Color Hex

#E0DBDC
(224,219,220)
0 Favorites   0 Comments

Color spaces of #e0dbdc

RGB 224219220
HSL0.970.070.87
HSV348°88°
CMYK 0.000.020.02   0.12
XYZ68.990371.677677.9091
Yxy71.67760.31560.3279
Hunter Lab84.6626-2.70264.7034
CIE-Lab87.81321.88130.1037

#e0dbdc color RGB value is (224,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011011 11011100
Octal 340 333 334
Decimal 224 219 220
Hex E0 DB DC

RGB Percentages of Color #e0dbdc

%33.79
%33.03
%33.18

CMYK Percentages of Color #e0dbdc

%0
%2
%2
%12

Triadic Colors of #e0dbdc

#e0dbdc #dce0db #dbdce0

Analogous Colors of #e0dbdc

#e0dbdc #e0dddb #e0dbdf

Monochromatic Colors of #e0dbdc

#e0dbdc

Complementary Color

#e0dbdc #dbe0df

#e0dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dbdc Color CSS Codes

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

#e0dbdc Text Font Color

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

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


#e0dbdc Background Color

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

This div background color is #e0dbdc


#e0dbdc Border Color

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

This div border color is #e0dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dbdc

#e0dbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.