Color Hex Logo

#e6eaaa Color Hex

#E6EAAA
(230,234,170)
0 Favorites   0 Comments

Color spaces of #e6eaaa

RGB 230234170
HSL0.180.600.79
HSV64°27°92°
CMYK 0.020.000.27   0.08
XYZ69.311678.570949.5428
Yxy78.57090.35110.3980
Hunter Lab88.6402-15.543628.9098
CIE-Lab91.0398-11.330030.7229

#e6eaaa color RGB value is (230,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101010 10101010
Octal 346 352 252
Decimal 230 234 170
Hex E6 EA AA

RGB Percentages of Color #e6eaaa

%36.28
%36.91
%26.81

CMYK Percentages of Color #e6eaaa

%2
%0
%27
%8

Triadic Colors of #e6eaaa

#e6eaaa #aae6ea #eaaae6

Analogous Colors of #e6eaaa

#e6eaaa #c6eaaa #eaceaa

Monochromatic Colors of #e6eaaa

#e6eaaa

Complementary Color

#e6eaaa #aeaaea

#e6eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6eaaa Color CSS Codes

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

#e6eaaa Text Font Color

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

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


#e6eaaa Background Color

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

This div background color is #e6eaaa


#e6eaaa Border Color

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

This div border color is #e6eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6eaaa

#e6eaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.