Color Hex Logo

#e5deca Color Hex

#E5DECA
(229,222,202)
0 Favorites   0 Comments

Color spaces of #e5deca

RGB 229222202
HSL0.120.340.85
HSV44°12°90°
CMYK 0.000.030.12   0.10
XYZ69.095073.164866.3576
Yxy73.16480.33120.3507
Hunter Lab85.5364-5.499213.8794
CIE-Lab88.5263-0.965110.6511

#e5deca color RGB value is (229,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011110 11001010
Octal 345 336 312
Decimal 229 222 202
Hex E5 DE CA

RGB Percentages of Color #e5deca

%35.07
%34.00
%30.93

CMYK Percentages of Color #e5deca

%0
%3
%12
%10

Triadic Colors of #e5deca

#e5deca #cae5de #decae5

Analogous Colors of #e5deca

#e5deca #dfe5ca #e5d1ca

Monochromatic Colors of #e5deca

#e5deca

Complementary Color

#e5deca #cad1e5

#e5deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5deca Color CSS Codes

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

#e5deca Text Font Color

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

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


#e5deca Background Color

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

This div background color is #e5deca


#e5deca Border Color

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

This div border color is #e5deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5deca

#e5deca Color Palettes


Comments

No comments written yet.

Please login to write comment.