Color Hex Logo

#eff014 Color Hex

#EFF014
(239,240,20)
0 Favorites   0 Comments

Color spaces of #eff014

RGB 23924020
HSL0.170.880.51
HSV60°92°94°
CMYK 0.000.000.92   0.06
XYZ66.883080.721412.7175
Yxy80.72140.41720.5035
Hunter Lab89.8451-24.348954.4991
CIE-Lab92.0076-20.820688.4564

#eff014 color RGB value is (239,240,20).

#eff014 hex color red value is 239, green value is 240 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #eff014 hue: 0.17 , saturation: 0.88 and the lightness value of eff014 is 0.51.

The process color (four color CMYK) of #eff014 color hex is 0.00, 0.00, 0.92, 0.06. Web safe color of #eff014 is #ffff00. Color #eff014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110000 00010100
Octal 357 360 24
Decimal 239 240 20
Hex EF F0 14

RGB Percentages of Color #eff014

%47.90
%48.10
%4.01

CMYK Percentages of Color #eff014

%0
%0
%92
%6

Triadic Colors of #eff014

#eff014 #14eff0 #f014ef

Analogous Colors of #eff014

#eff014 #81f014 #f08314

Monochromatic Colors of #eff014

#eff014

Complementary Color

#eff014 #1514f0

#eff014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff014 Color CSS Codes

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

#eff014 Text Font Color

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

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


#eff014 Background Color

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

This div background color is #eff014


#eff014 Border Color

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

This div border color is #eff014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff014


Comments

No comments written yet.

Please login to write comment.