Color Hex Logo

#e0dedc Color Hex

#E0DEDC
(224,222,220)
0 Favorites   0 Comments

Color spaces of #e0dedc

RGB 224222220
HSL0.080.060.87
HSV30°88°
CMYK 0.000.010.02   0.12
XYZ69.780073.257278.1724
Yxy73.25720.31540.3312
Hunter Lab85.5904-4.25615.7619
CIE-Lab88.57020.32611.2077

#e0dedc color RGB value is (224,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011110 11011100
Octal 340 336 334
Decimal 224 222 220
Hex E0 DE DC

RGB Percentages of Color #e0dedc

%33.63
%33.33
%33.03

CMYK Percentages of Color #e0dedc

%0
%1
%2
%12

Triadic Colors of #e0dedc

#e0dedc #dce0de #dedce0

Analogous Colors of #e0dedc

#e0dedc #e0e0dc #e0dcdc

Monochromatic Colors of #e0dedc

#e0dedc

Complementary Color

#e0dedc #dcdee0

#e0dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dedc Color CSS Codes

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

#e0dedc Text Font Color

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

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


#e0dedc Background Color

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

This div background color is #e0dedc


#e0dedc Border Color

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

This div border color is #e0dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dedc


Comments

No comments written yet.

Please login to write comment.