Color Hex Logo

#e7deaa Color Hex

#E7DEAA
(231,222,170)
0 Favorites   0 Comments

Color spaces of #e7deaa

RGB 231222170
HSL0.140.560.79
HSV51°26°91°
CMYK 0.000.040.26   0.09
XYZ66.332072.133848.4573
Yxy72.13380.35490.3859
Hunter Lab84.9316-9.221025.6245
CIE-Lab88.0330-4.913226.6704

#e7deaa color RGB value is (231,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011110 10101010
Octal 347 336 252
Decimal 231 222 170
Hex E7 DE AA

RGB Percentages of Color #e7deaa

%37.08
%35.63
%27.29

CMYK Percentages of Color #e7deaa

%0
%4
%26
%9

Triadic Colors of #e7deaa

#e7deaa #aae7de #deaae7

Analogous Colors of #e7deaa

#e7deaa #d2e7aa #e7c0aa

Monochromatic Colors of #e7deaa

#e7deaa

Complementary Color

#e7deaa #aab3e7

#e7deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7deaa Color CSS Codes

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

#e7deaa Text Font Color

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

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


#e7deaa Background Color

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

This div background color is #e7deaa


#e7deaa Border Color

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

This div border color is #e7deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7deaa


Comments

No comments written yet.

Please login to write comment.