Color Hex Logo

#eff216 Color Hex

#EFF216
(239,242,22)
0 Favorites   0 Comments

Color spaces of #eff216

RGB 23924222
HSL0.170.890.52
HSV61°91°95°
CMYK 0.010.000.91   0.05
XYZ67.493681.912913.0125
Yxy81.91290.41560.5043
Hunter Lab90.5057-25.270854.8296
CIE-Lab92.5364-21.750788.6180

#eff216 color RGB value is (239,242,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 00010110
Octal 357 362 26
Decimal 239 242 22
Hex EF F2 16

RGB Percentages of Color #eff216

%47.51
%48.11
%4.37

CMYK Percentages of Color #eff216

%1
%0
%91
%5

Triadic Colors of #eff216

#eff216 #16eff2 #f216ef

Analogous Colors of #eff216

#eff216 #81f216 #f28716

Monochromatic Colors of #eff216

#eff216

Complementary Color

#eff216 #1916f2

#eff216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff216 Color CSS Codes

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

#eff216 Text Font Color

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

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


#eff216 Background Color

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

This div background color is #eff216


#eff216 Border Color

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

This div border color is #eff216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff216


Comments

No comments written yet.

Please login to write comment.