Color Hex Logo

#e7decb Color Hex

#E7DECB
(231,222,203)
0 Favorites   0 Comments

Color spaces of #e7decb

RGB 231222203
HSL0.110.370.85
HSV41°12°91°
CMYK 0.000.040.12   0.09
XYZ69.855873.543367.0134
Yxy73.54330.33200.3495
Hunter Lab85.7574-4.673913.6992
CIE-Lab88.7062-0.096710.4046

#e7decb color RGB value is (231,222,203).

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

The process color (four color CMYK) of #e7decb color hex is 0.00, 0.04, 0.12, 0.09. Web safe color of #e7decb is #ffcccc. Color #e7decb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011110 11001011
Octal 347 336 313
Decimal 231 222 203
Hex E7 DE CB

RGB Percentages of Color #e7decb

%35.21
%33.84
%30.95

CMYK Percentages of Color #e7decb

%0
%4
%12
%9

Triadic Colors of #e7decb

#e7decb #cbe7de #decbe7

Analogous Colors of #e7decb

#e7decb #e2e7cb #e7d0cb

Monochromatic Colors of #e7decb

#e7decb

Complementary Color

#e7decb #cbd4e7

#e7decb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7decb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7decb Color CSS Codes

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

#e7decb Text Font Color

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

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


#e7decb Background Color

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

This div background color is #e7decb


#e7decb Border Color

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

This div border color is #e7decb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7decb


Comments

No comments written yet.

Please login to write comment.