Color Hex Logo

#e8dfaa Color Hex

#E8DFAA
(232,223,170)
0 Favorites   0 Comments

Color spaces of #e8dfaa

RGB 232223170
HSL0.140.570.79
HSV51°27°91°
CMYK 0.000.040.27   0.09
XYZ66.922172.833448.5613
Yxy72.83340.35540.3868
Hunter Lab85.3425-9.376926.0027
CIE-Lab88.3682-5.046927.1393

#e8dfaa color RGB value is (232,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011111 10101010
Octal 350 337 252
Decimal 232 223 170
Hex E8 DF AA

RGB Percentages of Color #e8dfaa

%37.12
%35.68
%27.20

CMYK Percentages of Color #e8dfaa

%0
%4
%27
%9

Triadic Colors of #e8dfaa

#e8dfaa #aae8df #dfaae8

Analogous Colors of #e8dfaa

#e8dfaa #d2e8aa #e8c0aa

Monochromatic Colors of #e8dfaa

#e8dfaa

Complementary Color

#e8dfaa #aab3e8

#e8dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dfaa Color CSS Codes

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

#e8dfaa Text Font Color

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

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


#e8dfaa Background Color

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

This div background color is #e8dfaa


#e8dfaa Border Color

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

This div border color is #e8dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dfaa


Comments

No comments written yet.

Please login to write comment.