Color Hex Logo

#e9dbce Color Hex

#E9DBCE
(233,219,206)
0 Favorites   0 Comments

Color spaces of #e9dbce

RGB 233219206
HSL0.080.380.86
HSV29°12°91°
CMYK 0.000.060.12   0.09
XYZ70.076472.442968.6820
Yxy72.44290.33180.3430
Hunter Lab85.1134-1.984111.7355
CIE-Lab88.18132.64018.0992

#e9dbce color RGB value is (233,219,206).

#e9dbce hex color red value is 233, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e9dbce hue: 0.08 , saturation: 0.38 and the lightness value of e9dbce is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011011 11001110
Octal 351 333 316
Decimal 233 219 206
Hex E9 DB CE

RGB Percentages of Color #e9dbce

%35.41
%33.28
%31.31

CMYK Percentages of Color #e9dbce

%0
%6
%12
%9

Triadic Colors of #e9dbce

#e9dbce #cee9db #dbcee9

Analogous Colors of #e9dbce

#e9dbce #e9e9ce #e9cecf

Monochromatic Colors of #e9dbce

#e9dbce

Complementary Color

#e9dbce #cedce9

#e9dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dbce Color CSS Codes

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

#e9dbce Text Font Color

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

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


#e9dbce Background Color

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

This div background color is #e9dbce


#e9dbce Border Color

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

This div border color is #e9dbce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,219,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9dbce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9dbce;
  -webkit-box-shadow: 1px 1px 3px 2px #e9dbce;
  box-shadow:         1px 1px 3px 2px #e9dbce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,219,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dbce


Comments

No comments written yet.

Please login to write comment.