Color Hex Logo

#e4d0cd Color Hex

#E4D0CD
(228,208,205)
0 Favorites   0 Comments

Color spaces of #e4d0cd

RGB 228208205
HSL0.020.300.85
HSV10°89°
CMYK 0.000.090.10   0.11
XYZ65.570266.013567.0436
Yxy66.01350.33010.3323
Hunter Lab81.24871.86987.9500
CIE-Lab85.00336.44133.9948

#e4d0cd color RGB value is (228,208,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11010000 11001101
Octal 344 320 315
Decimal 228 208 205
Hex E4 D0 CD

RGB Percentages of Color #e4d0cd

%35.57
%32.45
%31.98

CMYK Percentages of Color #e4d0cd

%0
%9
%10
%11

Triadic Colors of #e4d0cd

#e4d0cd #cde4d0 #d0cde4

Analogous Colors of #e4d0cd

#e4d0cd #e4dccd #e4cdd6

Monochromatic Colors of #e4d0cd

#e4d0cd

Complementary Color

#e4d0cd #cde1e4

#e4d0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4d0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4d0cd Color CSS Codes

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

#e4d0cd Text Font Color

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

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


#e4d0cd Background Color

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

This div background color is #e4d0cd


#e4d0cd Border Color

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

This div border color is #e4d0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4d0cd


Comments

No comments written yet.

Please login to write comment.