Color Hex Logo

#e4dacc Color Hex

#E4DACC
(228,218,204)
0 Favorites   0 Comments

Color spaces of #e4dacc

RGB 228218204
HSL0.100.310.85
HSV35°11°89°
CMYK 0.000.040.11   0.11
XYZ67.965470.996467.2483
Yxy70.99640.32960.3443
Hunter Lab84.2594-3.472011.6616
CIE-Lab87.48331.06718.0975

#e4dacc color RGB value is (228,218,204).

#e4dacc hex color red value is 228, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e4dacc hue: 0.10 , saturation: 0.31 and the lightness value of e4dacc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011010 11001100
Octal 344 332 314
Decimal 228 218 204
Hex E4 DA CC

RGB Percentages of Color #e4dacc

%35.08
%33.54
%31.38

CMYK Percentages of Color #e4dacc

%0
%4
%11
%11

Triadic Colors of #e4dacc

#e4dacc #cce4da #dacce4

Analogous Colors of #e4dacc

#e4dacc #e2e4cc #e4cecc

Monochromatic Colors of #e4dacc

#e4dacc

Complementary Color

#e4dacc #ccd6e4

#e4dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dacc Color CSS Codes

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

#e4dacc Text Font Color

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

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


#e4dacc Background Color

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

This div background color is #e4dacc


#e4dacc Border Color

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

This div border color is #e4dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dacc


Comments

No comments written yet.

Please login to write comment.