Color Hex Logo

#e5dacd Color Hex

#E5DACD
(229,218,205)
0 Favorites   0 Comments

Color spaces of #e5dacd

RGB 229218205
HSL0.090.320.85
HSV33°10°90°
CMYK 0.000.050.10   0.10
XYZ68.403971.208667.8970
Yxy71.20860.32960.3432
Hunter Lab84.3852-2.979311.3644
CIE-Lab87.58631.58267.7292

#e5dacd color RGB value is (229,218,205).

#e5dacd hex color red value is 229, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e5dacd hue: 0.09 , saturation: 0.32 and the lightness value of e5dacd is 0.85.

The process color (four color CMYK) of #e5dacd color hex is 0.00, 0.05, 0.10, 0.10. Web safe color of #e5dacd is #cccccc. Color #e5dacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 11001101
Octal 345 332 315
Decimal 229 218 205
Hex E5 DA CD

RGB Percentages of Color #e5dacd

%35.12
%33.44
%31.44

CMYK Percentages of Color #e5dacd

%0
%5
%10
%10

Triadic Colors of #e5dacd

#e5dacd #cde5da #dacde5

Analogous Colors of #e5dacd

#e5dacd #e4e5cd #e5cecd

Monochromatic Colors of #e5dacd

#e5dacd

Complementary Color

#e5dacd #cdd8e5

#e5dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dacd Color CSS Codes

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

#e5dacd Text Font Color

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

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


#e5dacd Background Color

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

This div background color is #e5dacd


#e5dacd Border Color

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

This div border color is #e5dacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dacd

#e5dacd Color Palettes


Comments

No comments written yet.

Please login to write comment.