Color Hex Logo

#eff29f Color Hex

#EFF29F
(239,242,159)
0 Favorites   0 Comments

Color spaces of #eff29f

RGB 239242159
HSL0.170.760.79
HSV62°34°95°
CMYK 0.010.000.34   0.05
XYZ73.606784.358245.2042
Yxy84.35820.36230.4152
Hunter Lab91.8467-17.680435.1119
CIE-Lab93.6059-13.280239.7754

#eff29f color RGB value is (239,242,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 10011111
Octal 357 362 237
Decimal 239 242 159
Hex EF F2 9F

RGB Percentages of Color #eff29f

%37.34
%37.81
%24.84

CMYK Percentages of Color #eff29f

%1
%0
%34
%5

Triadic Colors of #eff29f

#eff29f #9feff2 #f29fef

Analogous Colors of #eff29f

#eff29f #c6f29f #f2cc9f

Monochromatic Colors of #eff29f

#eff29f

Complementary Color

#eff29f #a29ff2

#eff29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff29f Color CSS Codes

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

#eff29f Text Font Color

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

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


#eff29f Background Color

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

This div background color is #eff29f


#eff29f Border Color

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

This div border color is #eff29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff29f


Comments

No comments written yet.

Please login to write comment.