Color Hex Logo

#e7eaaa Color Hex

#E7EAAA
(231,234,170)
0 Favorites   0 Comments

Color spaces of #e7eaaa

RGB 231234170
HSL0.170.600.79
HSV63°27°92°
CMYK 0.010.000.27   0.08
XYZ69.633578.736849.5579
Yxy78.73680.35180.3978
Hunter Lab88.7338-15.206829.0001
CIE-Lab91.1151-10.958930.8370

#e7eaaa color RGB value is (231,234,170).

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

The process color (four color CMYK) of #e7eaaa color hex is 0.01, 0.00, 0.27, 0.08. Web safe color of #e7eaaa is #ffff99. Color #e7eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101010 10101010
Octal 347 352 252
Decimal 231 234 170
Hex E7 EA AA

RGB Percentages of Color #e7eaaa

%36.38
%36.85
%26.77

CMYK Percentages of Color #e7eaaa

%1
%0
%27
%8

Triadic Colors of #e7eaaa

#e7eaaa #aae7ea #eaaae7

Analogous Colors of #e7eaaa

#e7eaaa #c7eaaa #eacdaa

Monochromatic Colors of #e7eaaa

#e7eaaa

Complementary Color

#e7eaaa #adaaea

#e7eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7eaaa Color CSS Codes

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

#e7eaaa Text Font Color

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

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


#e7eaaa Background Color

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

This div background color is #e7eaaa


#e7eaaa Border Color

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

This div border color is #e7eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7eaaa


Comments

No comments written yet.

Please login to write comment.