Color Hex Logo

#eff21e Color Hex

#EFF21E
(239,242,30)
0 Favorites   0 Comments

Color spaces of #eff21e

RGB 23924230
HSL0.170.890.53
HSV61°88°95°
CMYK 0.010.000.88   0.05
XYZ67.583181.948713.4840
Yxy81.94870.41460.5027
Hunter Lab90.5255-25.158054.5365
CIE-Lab92.5522-21.621887.4695

#eff21e color RGB value is (239,242,30).

#eff21e hex color red value is 239, green value is 242 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #eff21e hue: 0.17 , saturation: 0.89 and the lightness value of eff21e is 0.53.

The process color (four color CMYK) of #eff21e color hex is 0.01, 0.00, 0.88, 0.05. Web safe color of #eff21e is #ffff33. Color #eff21e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 00011110
Octal 357 362 36
Decimal 239 242 30
Hex EF F2 1E

RGB Percentages of Color #eff21e

%46.77
%47.36
%5.87

CMYK Percentages of Color #eff21e

%1
%0
%88
%5

Triadic Colors of #eff21e

#eff21e #1eeff2 #f21eef

Analogous Colors of #eff21e

#eff21e #85f21e #f28b1e

Monochromatic Colors of #eff21e

#eff21e

Complementary Color

#eff21e #211ef2

#eff21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff21e Color CSS Codes

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

#eff21e Text Font Color

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

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


#eff21e Background Color

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

This div background color is #eff21e


#eff21e Border Color

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

This div border color is #eff21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff21e


Comments

No comments written yet.

Please login to write comment.