Color Hex Logo

#eefeaa Color Hex

#EEFEAA
(238,254,170)
0 Favorites   0 Comments

Color spaces of #eefeaa

RGB 238254170
HSL0.200.980.83
HSV71°33°100°
CMYK 0.060.000.33   0.00
XYZ77.957491.963051.6721
Yxy91.96300.35180.4150
Hunter Lab95.8973-22.713135.1811
CIE-Lab96.8052-18.196438.4902

#eefeaa color RGB value is (238,254,170).

#eefeaa hex color red value is 238, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eefeaa hue: 0.20 , saturation: 0.98 and the lightness value of eefeaa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 10101010
Octal 356 376 252
Decimal 238 254 170
Hex EE FE AA

RGB Percentages of Color #eefeaa

%35.95
%38.37
%25.68

CMYK Percentages of Color #eefeaa

%6
%0
%33
%0

Triadic Colors of #eefeaa

#eefeaa #aaeefe #feaaee

Analogous Colors of #eefeaa

#eefeaa #c4feaa #fee4aa

Monochromatic Colors of #eefeaa

#eefeaa

Complementary Color

#eefeaa #baaafe

#eefeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefeaa Color CSS Codes

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

#eefeaa Text Font Color

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

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


#eefeaa Background Color

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

This div background color is #eefeaa


#eefeaa Border Color

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

This div border color is #eefeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefeaa


Comments

No comments written yet.

Please login to write comment.