Color Hex Logo

#eff020 Color Hex

#EFF020
(239,240,32)
0 Favorites   0 Comments

Color spaces of #eff020

RGB 23924032
HSL0.170.870.53
HSV60°87°94°
CMYK 0.000.000.87   0.06
XYZ67.017480.775213.4255
Yxy80.77520.41570.5010
Hunter Lab89.8750-24.178654.0558
CIE-Lab92.0316-20.626386.7162

#eff020 color RGB value is (239,240,32).

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

The process color (four color CMYK) of #eff020 color hex is 0.00, 0.00, 0.87, 0.06. Web safe color of #eff020 is #ffff33. Color #eff020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110000 00100000
Octal 357 360 40
Decimal 239 240 32
Hex EF F0 20

RGB Percentages of Color #eff020

%46.77
%46.97
%6.26

CMYK Percentages of Color #eff020

%0
%0
%87
%6

Triadic Colors of #eff020

#eff020 #20eff0 #f020ef

Analogous Colors of #eff020

#eff020 #87f020 #f08920

Monochromatic Colors of #eff020

#eff020

Complementary Color

#eff020 #2120f0

#eff020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff020 Color CSS Codes

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

#eff020 Text Font Color

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

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


#eff020 Background Color

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

This div background color is #eff020


#eff020 Border Color

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

This div border color is #eff020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff020


Comments

No comments written yet.

Please login to write comment.