Color Hex Logo

#e4dedc Color Hex

#E4DEDC
(228,222,220)
0 Favorites   0 Comments

Color spaces of #e4dedc

RGB 228222220
HSL0.040.130.88
HSV15°89°
CMYK 0.000.030.04   0.11
XYZ71.034573.903878.2311
Yxy73.90380.31830.3312
Hunter Lab85.9673-2.94896.2226
CIE-Lab88.87701.69081.6918

#e4dedc color RGB value is (228,222,220).

#e4dedc hex color red value is 228, green value is 222 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e4dedc hue: 0.04 , saturation: 0.13 and the lightness value of e4dedc is 0.88.

The process color (four color CMYK) of #e4dedc color hex is 0.00, 0.03, 0.04, 0.11. Web safe color of #e4dedc is #cccccc. Color #e4dedc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011110 11011100
Octal 344 336 334
Decimal 228 222 220
Hex E4 DE DC

RGB Percentages of Color #e4dedc

%34.03
%33.13
%32.84

CMYK Percentages of Color #e4dedc

%0
%3
%4
%11

Triadic Colors of #e4dedc

#e4dedc #dce4de #dedce4

Analogous Colors of #e4dedc

#e4dedc #e4e2dc #e4dcde

Monochromatic Colors of #e4dedc

#e4dedc

Complementary Color

#e4dedc #dce2e4

#e4dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dedc Color CSS Codes

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

#e4dedc Text Font Color

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

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


#e4dedc Background Color

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

This div background color is #e4dedc


#e4dedc Border Color

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

This div border color is #e4dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dedc


Comments

No comments written yet.

Please login to write comment.