Color Hex Logo

#e5decb Color Hex

#E5DECB
(229,222,203)
0 Favorites   0 Comments

Color spaces of #e5decb

RGB 229222203
HSL0.120.330.85
HSV44°11°90°
CMYK 0.000.030.11   0.10
XYZ69.213973.212466.9833
Yxy73.21240.33050.3496
Hunter Lab85.5642-5.346713.4803
CIE-Lab88.5489-0.805110.1589

#e5decb color RGB value is (229,222,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011110 11001011
Octal 345 336 313
Decimal 229 222 203
Hex E5 DE CB

RGB Percentages of Color #e5decb

%35.02
%33.94
%31.04

CMYK Percentages of Color #e5decb

%0
%3
%11
%10

Triadic Colors of #e5decb

#e5decb #cbe5de #decbe5

Analogous Colors of #e5decb

#e5decb #dfe5cb #e5d1cb

Monochromatic Colors of #e5decb

#e5decb

Complementary Color

#e5decb #cbd2e5

#e5decb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5decb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5decb Color CSS Codes

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

#e5decb Text Font Color

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

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


#e5decb Background Color

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

This div background color is #e5decb


#e5decb Border Color

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

This div border color is #e5decb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5decb


Comments

No comments written yet.

Please login to write comment.