Color Hex Logo

#e2dbce Color Hex

#E2DBCE
(226,219,206)
0 Favorites   0 Comments

Color spaces of #e2dbce

RGB 226219206
HSL0.110.260.85
HSV39°89°
CMYK 0.000.030.09   0.11
XYZ67.836171.288068.5771
Yxy71.28800.32660.3432
Hunter Lab84.4322-4.342610.9463
CIE-Lab87.62470.17357.2270

#e2dbce color RGB value is (226,219,206).

#e2dbce hex color red value is 226, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e2dbce hue: 0.11 , saturation: 0.26 and the lightness value of e2dbce is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011011 11001110
Octal 342 333 316
Decimal 226 219 206
Hex E2 DB CE

RGB Percentages of Color #e2dbce

%34.72
%33.64
%31.64

CMYK Percentages of Color #e2dbce

%0
%3
%9
%11

Triadic Colors of #e2dbce

#e2dbce #cee2db #dbcee2

Analogous Colors of #e2dbce

#e2dbce #dfe2ce #e2d1ce

Monochromatic Colors of #e2dbce

#e2dbce

Complementary Color

#e2dbce #ced5e2

#e2dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dbce Color CSS Codes

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

#e2dbce Text Font Color

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

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


#e2dbce Background Color

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

This div background color is #e2dbce


#e2dbce Border Color

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

This div border color is #e2dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dbce


Comments

No comments written yet.

Please login to write comment.