Color Hex Logo

#e2debd Color Hex

#E2DEBD
(226,222,189)
0 Favorites   0 Comments

Color spaces of #e2debd

RGB 226222189
HSL0.150.390.81
HSV54°16°89°
CMYK 0.000.020.16   0.11
XYZ66.670672.085458.5441
Yxy72.08540.33790.3654
Hunter Lab84.9031-8.412418.5494
CIE-Lab88.0097-4.059516.6957

#e2debd color RGB value is (226,222,189).

#e2debd hex color red value is 226, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e2debd hue: 0.15 , saturation: 0.39 and the lightness value of e2debd is 0.81.

The process color (four color CMYK) of #e2debd color hex is 0.00, 0.02, 0.16, 0.11. Web safe color of #e2debd is #cccccc. Color #e2debd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011110 10111101
Octal 342 336 275
Decimal 226 222 189
Hex E2 DE BD

RGB Percentages of Color #e2debd

%35.48
%34.85
%29.67

CMYK Percentages of Color #e2debd

%0
%2
%16
%11

Triadic Colors of #e2debd

#e2debd #bde2de #debde2

Analogous Colors of #e2debd

#e2debd #d4e2bd #e2ccbd

Monochromatic Colors of #e2debd

#e2debd

Complementary Color

#e2debd #bdc1e2

#e2debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2debd Color CSS Codes

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

#e2debd Text Font Color

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

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


#e2debd Background Color

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

This div background color is #e2debd


#e2debd Border Color

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

This div border color is #e2debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2debd


Comments

No comments written yet.

Please login to write comment.