Color Hex Logo

#e5decc Color Hex

#E5DECC
(229,222,204)
0 Favorites   0 Comments

Color spaces of #e5decc

RGB 229222204
HSL0.120.320.85
HSV43°11°90°
CMYK 0.000.030.11   0.10
XYZ69.333573.260267.6131
Yxy73.26020.32980.3485
Hunter Lab85.5922-5.193313.0787
CIE-Lab88.5717-0.64429.6667

#e5decc color RGB value is (229,222,204).

#e5decc hex color red value is 229, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e5decc hue: 0.12 , saturation: 0.32 and the lightness value of e5decc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011110 11001100
Octal 345 336 314
Decimal 229 222 204
Hex E5 DE CC

RGB Percentages of Color #e5decc

%34.96
%33.89
%31.15

CMYK Percentages of Color #e5decc

%0
%3
%11
%10

Triadic Colors of #e5decc

#e5decc #cce5de #decce5

Analogous Colors of #e5decc

#e5decc #e0e5cc #e5d2cc

Monochromatic Colors of #e5decc

#e5decc

Complementary Color

#e5decc #ccd3e5

#e5decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5decc Color CSS Codes

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

#e5decc Text Font Color

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

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


#e5decc Background Color

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

This div background color is #e5decc


#e5decc Border Color

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

This div border color is #e5decc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,222,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5decc


Comments

No comments written yet.

Please login to write comment.