Color Hex Logo

#e4daaa Color Hex

#E4DAAA
(228,218,170)
0 Favorites   0 Comments

Color spaces of #e4daaa

RGB 228218170
HSL0.140.520.78
HSV50°25°89°
CMYK 0.000.040.25   0.11
XYZ64.322069.539148.0625
Yxy69.53910.35360.3822
Hunter Lab83.3901-8.248824.2008
CIE-Lab86.7703-3.996524.9093

#e4daaa color RGB value is (228,218,170).

#e4daaa hex color red value is 228, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e4daaa hue: 0.14 , saturation: 0.52 and the lightness value of e4daaa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011010 10101010
Octal 344 332 252
Decimal 228 218 170
Hex E4 DA AA

RGB Percentages of Color #e4daaa

%37.01
%35.39
%27.60

CMYK Percentages of Color #e4daaa

%0
%4
%25
%11

Triadic Colors of #e4daaa

#e4daaa #aae4da #daaae4

Analogous Colors of #e4daaa

#e4daaa #d1e4aa #e4bdaa

Monochromatic Colors of #e4daaa

#e4daaa

Complementary Color

#e4daaa #aab4e4

#e4daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4daaa Color CSS Codes

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

#e4daaa Text Font Color

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

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


#e4daaa Background Color

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

This div background color is #e4daaa


#e4daaa Border Color

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

This div border color is #e4daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4daaa


Comments

No comments written yet.

Please login to write comment.