Color Hex Logo

#eff29e Color Hex

#EFF29E
(239,242,158)
0 Favorites   0 Comments

Color spaces of #eff29e

RGB 239242158
HSL0.170.760.78
HSV62°35°95°
CMYK 0.010.000.35   0.05
XYZ73.520384.323644.7489
Yxy84.32360.36290.4162
Hunter Lab91.8279-17.786135.3867
CIE-Lab93.5909-13.395340.2521

#eff29e color RGB value is (239,242,158).

#eff29e hex color red value is 239, green value is 242 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eff29e hue: 0.17 , saturation: 0.76 and the lightness value of eff29e is 0.78.

The process color (four color CMYK) of #eff29e color hex is 0.01, 0.00, 0.35, 0.05. Web safe color of #eff29e is #ffff99. Color #eff29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 10011110
Octal 357 362 236
Decimal 239 242 158
Hex EF F2 9E

RGB Percentages of Color #eff29e

%37.40
%37.87
%24.73

CMYK Percentages of Color #eff29e

%1
%0
%35
%5

Triadic Colors of #eff29e

#eff29e #9eeff2 #f29eef

Analogous Colors of #eff29e

#eff29e #c5f29e #f2cb9e

Monochromatic Colors of #eff29e

#eff29e

Complementary Color

#eff29e #a19ef2

#eff29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff29e Color CSS Codes

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

#eff29e Text Font Color

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

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


#eff29e Background Color

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

This div background color is #eff29e


#eff29e Border Color

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

This div border color is #eff29e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,242,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff29e


Comments

No comments written yet.

Please login to write comment.