Color Hex Logo

#eff20a Color Hex

#EFF20A
(239,242,10)
0 Favorites   0 Comments

Color spaces of #eff20a

RGB 23924210
HSL0.170.920.49
HSV61°96°95°
CMYK 0.010.000.96   0.05
XYZ67.403581.876912.5384
Yxy81.87690.41650.5060
Hunter Lab90.4859-25.384455.1244
CIE-Lab92.5205-21.880889.8018

#eff20a color RGB value is (239,242,10).

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

The process color (four color CMYK) of #eff20a color hex is 0.01, 0.00, 0.96, 0.05. Web safe color of #eff20a is #ffff00. Color #eff20a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 00001010
Octal 357 362 12
Decimal 239 242 10
Hex EF F2 A

RGB Percentages of Color #eff20a

%48.68
%49.29
%2.04

CMYK Percentages of Color #eff20a

%1
%0
%96
%5

Triadic Colors of #eff20a

#eff20a #0aeff2 #f20aef

Analogous Colors of #eff20a

#eff20a #7bf20a #f2810a

Monochromatic Colors of #eff20a

#eff20a

Complementary Color

#eff20a #0d0af2

#eff20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff20a Color CSS Codes

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

#eff20a Text Font Color

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

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


#eff20a Background Color

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

This div background color is #eff20a


#eff20a Border Color

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

This div border color is #eff20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff20a


Comments

No comments written yet.

Please login to write comment.