Color Hex Logo

#e0dacd Color Hex

#E0DACD
(224,218,205)
0 Favorites   0 Comments

Color spaces of #e0dacd

RGB 224218205
HSL0.110.230.84
HSV41°88°
CMYK 0.000.030.08   0.12
XYZ66.831370.397967.8234
Yxy70.39790.32590.3433
Hunter Lab83.9035-4.651110.8053
CIE-Lab87.1917-0.17697.1106

#e0dacd color RGB value is (224,218,205).

#e0dacd hex color red value is 224, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e0dacd hue: 0.11 , saturation: 0.23 and the lightness value of e0dacd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011010 11001101
Octal 340 332 315
Decimal 224 218 205
Hex E0 DA CD

RGB Percentages of Color #e0dacd

%34.62
%33.69
%31.68

CMYK Percentages of Color #e0dacd

%0
%3
%8
%12

Triadic Colors of #e0dacd

#e0dacd #cde0da #dacde0

Analogous Colors of #e0dacd

#e0dacd #dde0cd #e0d1cd

Monochromatic Colors of #e0dacd

#e0dacd

Complementary Color

#e0dacd #cdd3e0

#e0dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dacd Color CSS Codes

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

#e0dacd Text Font Color

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

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


#e0dacd Background Color

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

This div background color is #e0dacd


#e0dacd Border Color

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

This div border color is #e0dacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dacd


Comments

No comments written yet.

Please login to write comment.