Color Hex Logo

#eeefaa Color Hex

#EEEFAA
(238,239,170)
0 Favorites   0 Comments

Color spaces of #eeefaa

RGB 238239170
HSL0.170.680.80
HSV61°29°94°
CMYK 0.000.000.29   0.06
XYZ73.382182.812450.1470
Yxy82.81240.35560.4013
Hunter Lab91.0013-15.312631.0287
CIE-Lab92.9322-10.844233.3629

#eeefaa color RGB value is (238,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 10101010
Octal 356 357 252
Decimal 238 239 170
Hex EE EF AA

RGB Percentages of Color #eeefaa

%36.79
%36.94
%26.28

CMYK Percentages of Color #eeefaa

%0
%0
%29
%6

Triadic Colors of #eeefaa

#eeefaa #aaeeef #efaaee

Analogous Colors of #eeefaa

#eeefaa #ccefaa #efceaa

Monochromatic Colors of #eeefaa

#eeefaa

Complementary Color

#eeefaa #abaaef

#eeefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeefaa Color CSS Codes

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

#eeefaa Text Font Color

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

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


#eeefaa Background Color

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

This div background color is #eeefaa


#eeefaa Border Color

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

This div border color is #eeefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeefaa


Comments

No comments written yet.

Please login to write comment.