Color Hex Logo

#eff214 Color Hex

#EFF214
(239,242,20)
0 Favorites   0 Comments

Color spaces of #eff214

RGB 23924220
HSL0.170.900.51
HSV61°92°95°
CMYK 0.010.000.92   0.05
XYZ67.475081.905512.9149
Yxy81.90550.41580.5047
Hunter Lab90.5017-25.294354.8903
CIE-Lab92.5331-21.777688.8593

#eff214 color RGB value is (239,242,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 00010100
Octal 357 362 24
Decimal 239 242 20
Hex EF F2 14

RGB Percentages of Color #eff214

%47.70
%48.30
%3.99

CMYK Percentages of Color #eff214

%1
%0
%92
%5

Triadic Colors of #eff214

#eff214 #14eff2 #f214ef

Analogous Colors of #eff214

#eff214 #80f214 #f28614

Monochromatic Colors of #eff214

#eff214

Complementary Color

#eff214 #1714f2

#eff214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff214 Color CSS Codes

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

#eff214 Text Font Color

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

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


#eff214 Background Color

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

This div background color is #eff214


#eff214 Border Color

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

This div border color is #eff214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff214


Comments

No comments written yet.

Please login to write comment.