Color Hex Logo

#e2dabf Color Hex

#E2DABF
(226,218,191)
0 Favorites   0 Comments

Color spaces of #e2dabf

RGB 226218191
HSL0.130.380.82
HSV46°15°89°
CMYK 0.000.040.15   0.11
XYZ65.839470.073159.3456
Yxy70.07310.33720.3589
Hunter Lab83.7097-6.098016.5634
CIE-Lab87.0327-1.702414.2724

#e2dabf color RGB value is (226,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 10111111
Octal 342 332 277
Decimal 226 218 191
Hex E2 DA BF

RGB Percentages of Color #e2dabf

%35.59
%34.33
%30.08

CMYK Percentages of Color #e2dabf

%0
%4
%15
%11

Triadic Colors of #e2dabf

#e2dabf #bfe2da #dabfe2

Analogous Colors of #e2dabf

#e2dabf #d9e2bf #e2c9bf

Monochromatic Colors of #e2dabf

#e2dabf

Complementary Color

#e2dabf #bfc7e2

#e2dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dabf Color CSS Codes

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

#e2dabf Text Font Color

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

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


#e2dabf Background Color

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

This div background color is #e2dabf


#e2dabf Border Color

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

This div border color is #e2dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dabf


Comments

No comments written yet.

Please login to write comment.