Color Hex Logo

#e7dcaa Color Hex

#E7DCAA
(231,220,170)
0 Favorites   0 Comments

Color spaces of #e7dcaa

RGB 231220170
HSL0.140.560.79
HSV49°26°91°
CMYK 0.000.050.26   0.09
XYZ65.803971.077648.2813
Yxy71.07760.35540.3839
Hunter Lab84.3075-8.215025.0610
CIE-Lab87.5227-3.893925.9758

#e7dcaa color RGB value is (231,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011100 10101010
Octal 347 334 252
Decimal 231 220 170
Hex E7 DC AA

RGB Percentages of Color #e7dcaa

%37.20
%35.43
%27.38

CMYK Percentages of Color #e7dcaa

%0
%5
%26
%9

Triadic Colors of #e7dcaa

#e7dcaa #aae7dc #dcaae7

Analogous Colors of #e7dcaa

#e7dcaa #d4e7aa #e7beaa

Monochromatic Colors of #e7dcaa

#e7dcaa

Complementary Color

#e7dcaa #aab5e7

#e7dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dcaa Color CSS Codes

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

#e7dcaa Text Font Color

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

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


#e7dcaa Background Color

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

This div background color is #e7dcaa


#e7dcaa Border Color

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

This div border color is #e7dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dcaa


Comments

No comments written yet.

Please login to write comment.