Color Hex Logo

#e4ddcd Color Hex

#E4DDCD
(228,221,205)
0 Favorites   0 Comments

Color spaces of #e4ddcd

RGB 228221205
HSL0.120.300.85
HSV42°10°89°
CMYK 0.000.030.10   0.11
XYZ68.870872.614768.1438
Yxy72.61470.32850.3464
Hunter Lab85.2143-4.859912.2372
CIE-Lab88.2636-0.31998.6903

#e4ddcd color RGB value is (228,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011101 11001101
Octal 344 335 315
Decimal 228 221 205
Hex E4 DD CD

RGB Percentages of Color #e4ddcd

%34.86
%33.79
%31.35

CMYK Percentages of Color #e4ddcd

%0
%3
%10
%11

Triadic Colors of #e4ddcd

#e4ddcd #cde4dd #ddcde4

Analogous Colors of #e4ddcd

#e4ddcd #e0e4cd #e4d2cd

Monochromatic Colors of #e4ddcd

#e4ddcd

Complementary Color

#e4ddcd #cdd4e4

#e4ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ddcd Color CSS Codes

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

#e4ddcd Text Font Color

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

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


#e4ddcd Background Color

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

This div background color is #e4ddcd


#e4ddcd Border Color

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

This div border color is #e4ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ddcd


Comments

No comments written yet.

Please login to write comment.