Color Hex Logo

#e5dedc Color Hex

#E5DEDC
(229,222,220)
0 Favorites   0 Comments

Color spaces of #e5dedc

RGB 229222220
HSL0.040.150.88
HSV13°90°
CMYK 0.000.030.04   0.10
XYZ71.352674.067978.2460
Yxy74.06790.31900.3312
Hunter Lab86.0627-2.61956.3390
CIE-Lab88.95462.03281.8142

#e5dedc color RGB value is (229,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011110 11011100
Octal 345 336 334
Decimal 229 222 220
Hex E5 DE DC

RGB Percentages of Color #e5dedc

%34.13
%33.08
%32.79

CMYK Percentages of Color #e5dedc

%0
%3
%4
%10

Triadic Colors of #e5dedc

#e5dedc #dce5de #dedce5

Analogous Colors of #e5dedc

#e5dedc #e5e3dc #e5dcdf

Monochromatic Colors of #e5dedc

#e5dedc

Complementary Color

#e5dedc #dce3e5

#e5dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dedc Color CSS Codes

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

#e5dedc Text Font Color

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

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


#e5dedc Background Color

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

This div background color is #e5dedc


#e5dedc Border Color

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

This div border color is #e5dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dedc


Comments

No comments written yet.

Please login to write comment.