Color Hex Logo

#e2dabd Color Hex

#E2DABD
(226,218,189)
0 Favorites   0 Comments

Color spaces of #e2dabd

RGB 226218189
HSL0.130.390.81
HSV47°16°89°
CMYK 0.000.040.16   0.11
XYZ65.620769.985758.1941
Yxy69.98570.33860.3611
Hunter Lab83.6575-6.385617.3167
CIE-Lab86.9899-2.008015.2621

#e2dabd color RGB value is (226,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 10111101
Octal 342 332 275
Decimal 226 218 189
Hex E2 DA BD

RGB Percentages of Color #e2dabd

%35.70
%34.44
%29.86

CMYK Percentages of Color #e2dabd

%0
%4
%16
%11

Triadic Colors of #e2dabd

#e2dabd #bde2da #dabde2

Analogous Colors of #e2dabd

#e2dabd #d8e2bd #e2c8bd

Monochromatic Colors of #e2dabd

#e2dabd

Complementary Color

#e2dabd #bdc5e2

#e2dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dabd Color CSS Codes

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

#e2dabd Text Font Color

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

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


#e2dabd Background Color

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

This div background color is #e2dabd


#e2dabd Border Color

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

This div border color is #e2dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dabd


Comments

No comments written yet.

Please login to write comment.