Color Hex Logo

#eff210 Color Hex

#EFF210
(239,242,16)
0 Favorites   0 Comments

Color spaces of #eff210

RGB 23924216
HSL0.170.900.51
HSV61°93°95°
CMYK 0.010.000.93   0.05
XYZ67.442381.892412.7424
Yxy81.89240.41610.5053
Hunter Lab90.4944-25.335554.9975
CIE-Lab92.5273-21.824789.2887

#eff210 color RGB value is (239,242,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 00010000
Octal 357 362 20
Decimal 239 242 16
Hex EF F2 10

RGB Percentages of Color #eff210

%48.09
%48.69
%3.22

CMYK Percentages of Color #eff210

%1
%0
%93
%5

Triadic Colors of #eff210

#eff210 #10eff2 #f210ef

Analogous Colors of #eff210

#eff210 #7ef210 #f28410

Monochromatic Colors of #eff210

#eff210

Complementary Color

#eff210 #1310f2

#eff210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff210 Color CSS Codes

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

#eff210 Text Font Color

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

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


#eff210 Background Color

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

This div background color is #eff210


#eff210 Border Color

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

This div border color is #eff210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff210


Comments

No comments written yet.

Please login to write comment.