Color Hex Logo

#e2db96 Color Hex

#E2DB96
(226,219,150)
0 Favorites   0 Comments

Color spaces of #e2db96

RGB 226219150
HSL0.150.570.74
HSV54°34°89°
CMYK 0.000.030.34   0.11
XYZ62.200669.033838.9007
Yxy69.03380.36560.4058
Hunter Lab83.0866-11.772230.4013
CIE-Lab86.5208-7.801034.8447

#e2db96 color RGB value is (226,219,150).

#e2db96 hex color red value is 226, green value is 219 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e2db96 hue: 0.15 , saturation: 0.57 and the lightness value of e2db96 is 0.74.

The process color (four color CMYK) of #e2db96 color hex is 0.00, 0.03, 0.34, 0.11. Web safe color of #e2db96 is #cccc99. Color #e2db96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011011 10010110
Octal 342 333 226
Decimal 226 219 150
Hex E2 DB 96

RGB Percentages of Color #e2db96

%37.98
%36.81
%25.21

CMYK Percentages of Color #e2db96

%0
%3
%34
%11

Triadic Colors of #e2db96

#e2db96 #96e2db #db96e2

Analogous Colors of #e2db96

#e2db96 #c3e296 #e2b596

Monochromatic Colors of #e2db96

#e2db96

Complementary Color

#e2db96 #969de2

#e2db96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2db96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2db96 Color CSS Codes

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

#e2db96 Text Font Color

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

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


#e2db96 Background Color

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

This div background color is #e2db96


#e2db96 Border Color

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

This div border color is #e2db96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2db96


Comments

No comments written yet.

Please login to write comment.