Color Hex Logo

#e0dabf Color Hex

#E0DABF
(224,218,191)
0 Favorites   0 Comments

Color spaces of #e0dabf

RGB 224218191
HSL0.140.350.81
HSV49°15°88°
CMYK 0.000.030.15   0.12
XYZ65.215869.751759.3164
Yxy69.75170.33570.3590
Hunter Lab83.5175-6.771416.3529
CIE-Lab86.8749-2.423514.0272

#e0dabf color RGB value is (224,218,191).

#e0dabf hex color red value is 224, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e0dabf hue: 0.14 , saturation: 0.35 and the lightness value of e0dabf is 0.81.

The process color (four color CMYK) of #e0dabf color hex is 0.00, 0.03, 0.15, 0.12. Web safe color of #e0dabf is #cccccc. Color #e0dabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011010 10111111
Octal 340 332 277
Decimal 224 218 191
Hex E0 DA BF

RGB Percentages of Color #e0dabf

%35.39
%34.44
%30.17

CMYK Percentages of Color #e0dabf

%0
%3
%15
%12

Triadic Colors of #e0dabf

#e0dabf #bfe0da #dabfe0

Analogous Colors of #e0dabf

#e0dabf #d6e0bf #e0cabf

Monochromatic Colors of #e0dabf

#e0dabf

Complementary Color

#e0dabf #bfc5e0

#e0dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dabf Color CSS Codes

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

#e0dabf Text Font Color

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

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


#e0dabf Background Color

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

This div background color is #e0dabf


#e0dabf Border Color

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

This div border color is #e0dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dabf


Comments

No comments written yet.

Please login to write comment.