Color Hex Logo

#eff97d Color Hex

#EFF97D
(239,249,125)
0 Favorites   0 Comments

Color spaces of #eff97d

RGB 239249125
HSL0.180.910.73
HSV65°50°98°
CMYK 0.040.000.50   0.02
XYZ73.174087.582832.4505
Yxy87.58280.37870.4533
Hunter Lab93.5857-24.207044.9514
CIE-Lab94.9850-20.126257.7604

#eff97d color RGB value is (239,249,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111001 01111101
Octal 357 371 175
Decimal 239 249 125
Hex EF F9 7D

RGB Percentages of Color #eff97d

%38.99
%40.62
%20.39

CMYK Percentages of Color #eff97d

%4
%0
%50
%2

Triadic Colors of #eff97d

#eff97d #7deff9 #f97def

Analogous Colors of #eff97d

#eff97d #b1f97d #f9c57d

Monochromatic Colors of #eff97d

#eff97d

Complementary Color

#eff97d #877df9

#eff97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff97d Color CSS Codes

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

#eff97d Text Font Color

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

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


#eff97d Background Color

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

This div background color is #eff97d


#eff97d Border Color

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

This div border color is #eff97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff97d


Comments

No comments written yet.

Please login to write comment.