Color Hex Logo

#eff95e Color Hex

#EFF95E
(239,249,94)
0 Favorites   0 Comments

Color spaces of #eff95e

RGB 23924994
HSL0.180.930.67
HSV64°62°98°
CMYK 0.040.000.62   0.02
XYZ71.492786.910223.5970
Yxy86.91020.39280.4775
Hunter Lab93.2256-26.257150.2506
CIE-Lab94.7002-22.435570.7294

#eff95e color RGB value is (239,249,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111001 01011110
Octal 357 371 136
Decimal 239 249 94
Hex EF F9 5E

RGB Percentages of Color #eff95e

%41.07
%42.78
%16.15

CMYK Percentages of Color #eff95e

%4
%0
%62
%2

Triadic Colors of #eff95e

#eff95e #5eeff9 #f95eef

Analogous Colors of #eff95e

#eff95e #a2f95e #f9b65e

Monochromatic Colors of #eff95e

#eff95e

Complementary Color

#eff95e #685ef9

#eff95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff95e Color CSS Codes

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

#eff95e Text Font Color

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

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


#eff95e Background Color

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

This div background color is #eff95e


#eff95e Border Color

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

This div border color is #eff95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff95e


Comments

No comments written yet.

Please login to write comment.