Color Hex Logo

#eff80f Color Hex

#EFF80F
(239,248,15)
0 Favorites   0 Comments

Color spaces of #eff80f

RGB 23924815
HSL0.170.940.52
HSV62°94°97°
CMYK 0.040.000.94   0.03
XYZ69.250285.520013.3091
Yxy85.52000.41200.5088
Hunter Lab92.4770-28.167456.2010
CIE-Lab94.1067-24.682690.5826

#eff80f color RGB value is (239,248,15).

#eff80f hex color red value is 239, green value is 248 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eff80f hue: 0.17 , saturation: 0.94 and the lightness value of eff80f is 0.52.

The process color (four color CMYK) of #eff80f color hex is 0.04, 0.00, 0.94, 0.03. Web safe color of #eff80f is #ffff00. Color #eff80f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111000 00001111
Octal 357 370 17
Decimal 239 248 15
Hex EF F8 F

RGB Percentages of Color #eff80f

%47.61
%49.40
%2.99

CMYK Percentages of Color #eff80f

%4
%0
%94
%3

Triadic Colors of #eff80f

#eff80f #0feff8 #f80fef

Analogous Colors of #eff80f

#eff80f #7bf80f #f88d0f

Monochromatic Colors of #eff80f

#eff80f

Complementary Color

#eff80f #180ff8

#eff80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff80f Color CSS Codes

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

#eff80f Text Font Color

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

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


#eff80f Background Color

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

This div background color is #eff80f


#eff80f Border Color

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

This div border color is #eff80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff80f


Comments

No comments written yet.

Please login to write comment.