Color Hex Logo

#e5d0cd Color Hex

#E5D0CD
(229,208,205)
0 Favorites   0 Comments

Color spaces of #e5d0cd

RGB 229208205
HSL0.020.320.85
HSV10°90°
CMYK 0.000.090.10   0.10
XYZ65.888466.177567.0585
Yxy66.17750.33090.3323
Hunter Lab81.34962.21298.0704
CIE-Lab85.08696.79454.1262

#e5d0cd color RGB value is (229,208,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010000 11001101
Octal 345 320 315
Decimal 229 208 205
Hex E5 D0 CD

RGB Percentages of Color #e5d0cd

%35.67
%32.40
%31.93

CMYK Percentages of Color #e5d0cd

%0
%9
%10
%10

Triadic Colors of #e5d0cd

#e5d0cd #cde5d0 #d0cde5

Analogous Colors of #e5d0cd

#e5d0cd #e5dccd #e5cdd6

Monochromatic Colors of #e5d0cd

#e5d0cd

Complementary Color

#e5d0cd #cde2e5

#e5d0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d0cd Color CSS Codes

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

#e5d0cd Text Font Color

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

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


#e5d0cd Background Color

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

This div background color is #e5d0cd


#e5d0cd Border Color

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

This div border color is #e5d0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d0cd


Comments

No comments written yet.

Please login to write comment.