Color Hex Logo

#e0daba Color Hex

#E0DABA
(224,218,186)
0 Favorites   0 Comments

Color spaces of #e0daba

RGB 224218186
HSL0.140.380.80
HSV51°17°88°
CMYK 0.000.030.17   0.12
XYZ64.674869.535356.4673
Yxy69.53530.33920.3647
Hunter Lab83.3878-7.485818.2224
CIE-Lab86.7684-3.187316.5019

#e0daba color RGB value is (224,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011010 10111010
Octal 340 332 272
Decimal 224 218 186
Hex E0 DA BA

RGB Percentages of Color #e0daba

%35.67
%34.71
%29.62

CMYK Percentages of Color #e0daba

%0
%3
%17
%12

Triadic Colors of #e0daba

#e0daba #bae0da #dabae0

Analogous Colors of #e0daba

#e0daba #d3e0ba #e0c7ba

Monochromatic Colors of #e0daba

#e0daba

Complementary Color

#e0daba #bac0e0

#e0daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0daba Color CSS Codes

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

#e0daba Text Font Color

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

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


#e0daba Background Color

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

This div background color is #e0daba


#e0daba Border Color

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

This div border color is #e0daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0daba


Comments

No comments written yet.

Please login to write comment.