Color Hex Logo

#e6efaa Color Hex

#E6EFAA
(230,239,170)
0 Favorites   0 Comments

Color spaces of #e6efaa

RGB 230239170
HSL0.190.680.80
HSV68°29°94°
CMYK 0.040.000.29   0.06
XYZ70.755381.458350.0240
Yxy81.45830.34990.4028
Hunter Lab90.2543-18.008930.3161
CIE-Lab92.3352-13.810732.4600

#e6efaa color RGB value is (230,239,170).

#e6efaa hex color red value is 230, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e6efaa hue: 0.19 , saturation: 0.68 and the lightness value of e6efaa is 0.80.

The process color (four color CMYK) of #e6efaa color hex is 0.04, 0.00, 0.29, 0.06. Web safe color of #e6efaa is #ffff99. Color #e6efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101111 10101010
Octal 346 357 252
Decimal 230 239 170
Hex E6 EF AA

RGB Percentages of Color #e6efaa

%35.99
%37.40
%26.60

CMYK Percentages of Color #e6efaa

%4
%0
%29
%6

Triadic Colors of #e6efaa

#e6efaa #aae6ef #efaae6

Analogous Colors of #e6efaa

#e6efaa #c4efaa #efd6aa

Monochromatic Colors of #e6efaa

#e6efaa

Complementary Color

#e6efaa #b3aaef

#e6efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6efaa Color CSS Codes

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

#e6efaa Text Font Color

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

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


#e6efaa Background Color

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

This div background color is #e6efaa


#e6efaa Border Color

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

This div border color is #e6efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6efaa


Comments

No comments written yet.

Please login to write comment.