Color Hex Logo

#e7daaa Color Hex

#E7DAAA
(231,218,170)
0 Favorites   0 Comments

Color spaces of #e7daaa

RGB 231218170
HSL0.130.560.79
HSV47°26°91°
CMYK 0.000.060.26   0.09
XYZ65.282170.034048.1074
Yxy70.03400.35590.3818
Hunter Lab83.6863-7.206624.4973
CIE-Lab87.0135-2.871525.2812

#e7daaa color RGB value is (231,218,170).

#e7daaa hex color red value is 231, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e7daaa hue: 0.13 , saturation: 0.56 and the lightness value of e7daaa is 0.79.

The process color (four color CMYK) of #e7daaa color hex is 0.00, 0.06, 0.26, 0.09. Web safe color of #e7daaa is #ffcc99. Color #e7daaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011010 10101010
Octal 347 332 252
Decimal 231 218 170
Hex E7 DA AA

RGB Percentages of Color #e7daaa

%37.32
%35.22
%27.46

CMYK Percentages of Color #e7daaa

%0
%6
%26
%9

Triadic Colors of #e7daaa

#e7daaa #aae7da #daaae7

Analogous Colors of #e7daaa

#e7daaa #d6e7aa #e7bcaa

Monochromatic Colors of #e7daaa

#e7daaa

Complementary Color

#e7daaa #aab7e7

#e7daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7daaa Color CSS Codes

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

#e7daaa Text Font Color

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

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


#e7daaa Background Color

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

This div background color is #e7daaa


#e7daaa Border Color

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

This div border color is #e7daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7daaa


Comments

No comments written yet.

Please login to write comment.