Color Hex Logo

#e1decc Color Hex

#E1DECC
(225,222,204)
0 Favorites   0 Comments

Color spaces of #e1decc

RGB 225222204
HSL0.140.260.84
HSV51°88°
CMYK 0.000.010.09   0.12
XYZ68.071772.609767.5541
Yxy72.60970.32690.3487
Hunter Lab85.2113-6.523812.6438
CIE-Lab88.2612-2.05339.1811

#e1decc color RGB value is (225,222,204).

#e1decc hex color red value is 225, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e1decc hue: 0.14 , saturation: 0.26 and the lightness value of e1decc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 11001100
Octal 341 336 314
Decimal 225 222 204
Hex E1 DE CC

RGB Percentages of Color #e1decc

%34.56
%34.10
%31.34

CMYK Percentages of Color #e1decc

%0
%1
%9
%12

Triadic Colors of #e1decc

#e1decc #cce1de #decce1

Analogous Colors of #e1decc

#e1decc #dae1cc #e1d4cc

Monochromatic Colors of #e1decc

#e1decc

Complementary Color

#e1decc #cccfe1

#e1decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1decc Color CSS Codes

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

#e1decc Text Font Color

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

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


#e1decc Background Color

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

This div background color is #e1decc


#e1decc Border Color

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

This div border color is #e1decc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1decc


Comments

No comments written yet.

Please login to write comment.