Color Hex Logo

#e2d9ce Color Hex

#E2D9CE
(226,217,206)
0 Favorites   0 Comments

Color spaces of #e2d9ce

RGB 226217206
HSL0.090.260.85
HSV33°89°
CMYK 0.000.040.09   0.11
XYZ67.317570.250768.4042
Yxy70.25070.32680.3411
Hunter Lab83.8157-3.313210.2828
CIE-Lab87.11971.20896.5004

#e2d9ce color RGB value is (226,217,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011001 11001110
Octal 342 331 316
Decimal 226 217 206
Hex E2 D9 CE

RGB Percentages of Color #e2d9ce

%34.82
%33.44
%31.74

CMYK Percentages of Color #e2d9ce

%0
%4
%9
%11

Triadic Colors of #e2d9ce

#e2d9ce #cee2d9 #d9cee2

Analogous Colors of #e2d9ce

#e2d9ce #e1e2ce #e2cfce

Monochromatic Colors of #e2d9ce

#e2d9ce

Complementary Color

#e2d9ce #ced7e2

#e2d9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d9ce Color CSS Codes

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

#e2d9ce Text Font Color

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

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


#e2d9ce Background Color

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

This div background color is #e2d9ce


#e2d9ce Border Color

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

This div border color is #e2d9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d9ce


Comments

No comments written yet.

Please login to write comment.