Color Hex Logo

#eefe8e Color Hex

#EEFE8E
(238,254,142)
0 Favorites   0 Comments

Color spaces of #eefe8e

RGB 238254142
HSL0.190.980.78
HSV69°44°100°
CMYK 0.060.000.44   0.00
XYZ75.584291.013839.1749
Yxy91.01380.36730.4423
Hunter Lab95.4012-25.530542.4344
CIE-Lab96.4157-21.316151.5723

#eefe8e color RGB value is (238,254,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 10001110
Octal 356 376 216
Decimal 238 254 142
Hex EE FE 8E

RGB Percentages of Color #eefe8e

%37.54
%40.06
%22.40

CMYK Percentages of Color #eefe8e

%6
%0
%44
%0

Triadic Colors of #eefe8e

#eefe8e #8eeefe #fe8eee

Analogous Colors of #eefe8e

#eefe8e #b6fe8e #fed68e

Monochromatic Colors of #eefe8e

#eefe8e

Complementary Color

#eefe8e #9e8efe

#eefe8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefe8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefe8e Color CSS Codes

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

#eefe8e Text Font Color

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

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


#eefe8e Background Color

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

This div background color is #eefe8e


#eefe8e Border Color

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

This div border color is #eefe8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,254,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eefe8e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefe8e

Related Colors


Comments

No comments written yet.

Please login to write comment.