Color Hex Logo

#eff94f Color Hex

#EFF94F
(239,249,79)
0 Favorites   0 Comments

Color spaces of #eff94f

RGB 23924979
HSL0.180.930.64
HSV64°68°98°
CMYK 0.040.000.68   0.02
XYZ70.883686.666620.3895
Yxy86.66660.39840.4871
Hunter Lab93.0949-27.004052.1808
CIE-Lab94.5966-23.284376.2612

#eff94f color RGB value is (239,249,79).

#eff94f hex color red value is 239, green value is 249 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eff94f hue: 0.18 , saturation: 0.93 and the lightness value of eff94f is 0.64.

The process color (four color CMYK) of #eff94f color hex is 0.04, 0.00, 0.68, 0.02. Web safe color of #eff94f is #ffff66. Color #eff94f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111001 01001111
Octal 357 371 117
Decimal 239 249 79
Hex EF F9 4F

RGB Percentages of Color #eff94f

%42.15
%43.92
%13.93

CMYK Percentages of Color #eff94f

%4
%0
%68
%2

Triadic Colors of #eff94f

#eff94f #4feff9 #f94fef

Analogous Colors of #eff94f

#eff94f #9af94f #f9ae4f

Monochromatic Colors of #eff94f

#eff94f

Complementary Color

#eff94f #594ff9

#eff94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff94f Color CSS Codes

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

#eff94f Text Font Color

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

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


#eff94f Background Color

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

This div background color is #eff94f


#eff94f Border Color

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

This div border color is #eff94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff94f


Comments

No comments written yet.

Please login to write comment.