Color Hex Logo

#e4dace Color Hex

#E4DACE
(228,218,206)
1 Favorites   0 Comments

Color spaces of #e4dace

RGB 228218206
HSL0.090.290.85
HSV33°10°89°
CMYK 0.000.040.10   0.11
XYZ68.206971.093068.5200
Yxy71.09300.32820.3421
Hunter Lab84.3167-3.158810.8396
CIE-Lab87.53021.39387.1115

#e4dace color RGB value is (228,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011010 11001110
Octal 344 332 316
Decimal 228 218 206
Hex E4 DA CE

RGB Percentages of Color #e4dace

%34.97
%33.44
%31.60

CMYK Percentages of Color #e4dace

%0
%4
%10
%11

Triadic Colors of #e4dace

#e4dace #cee4da #dacee4

Analogous Colors of #e4dace

#e4dace #e3e4ce #e4cfce

Monochromatic Colors of #e4dace

#e4dace

Complementary Color

#e4dace #ced8e4

#e4dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dace Color CSS Codes

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

#e4dace Text Font Color

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

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


#e4dace Background Color

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

This div background color is #e4dace


#e4dace Border Color

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

This div border color is #e4dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dace


Comments

No comments written yet.

Please login to write comment.