Color Hex Logo

#eff52a Color Hex

#EFF52A
(239,245,42)
0 Favorites   0 Comments

Color spaces of #eff52a

RGB 23924542
HSL0.170.910.56
HSV62°83°96°
CMYK 0.020.000.83   0.04
XYZ68.666983.822714.7508
Yxy83.82270.41060.5012
Hunter Lab91.5547-26.344154.5358
CIE-Lab93.3734-22.788685.8564

#eff52a color RGB value is (239,245,42).

#eff52a hex color red value is 239, green value is 245 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eff52a hue: 0.17 , saturation: 0.91 and the lightness value of eff52a is 0.56.

The process color (four color CMYK) of #eff52a color hex is 0.02, 0.00, 0.83, 0.04. Web safe color of #eff52a is #ffff33. Color #eff52a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110101 00101010
Octal 357 365 52
Decimal 239 245 42
Hex EF F5 2A

RGB Percentages of Color #eff52a

%45.44
%46.58
%7.98

CMYK Percentages of Color #eff52a

%2
%0
%83
%4

Triadic Colors of #eff52a

#eff52a #2aeff5 #f52aef

Analogous Colors of #eff52a

#eff52a #8af52a #f5962a

Monochromatic Colors of #eff52a

#eff52a

Complementary Color

#eff52a #302af5

#eff52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff52a Color CSS Codes

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

#eff52a Text Font Color

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

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


#eff52a Background Color

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

This div background color is #eff52a


#eff52a Border Color

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

This div border color is #eff52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff52a


Comments

No comments written yet.

Please login to write comment.