Color Hex Logo

#effa1f Color Hex

#EFFA1F
(239,250,31)
0 Favorites   0 Comments

Color spaces of #effa1f

RGB 23925031
HSL0.180.960.55
HSV63°88°98°
CMYK 0.040.000.88   0.02
XYZ70.029586.820914.3635
Yxy86.82090.40900.5071
Hunter Lab93.1777-28.906056.0848
CIE-Lab94.6622-25.395688.9855

#effa1f color RGB value is (239,250,31).

#effa1f hex color red value is 239, green value is 250 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #effa1f hue: 0.18 , saturation: 0.96 and the lightness value of effa1f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 00011111
Octal 357 372 37
Decimal 239 250 31
Hex EF FA 1F

RGB Percentages of Color #effa1f

%45.96
%48.08
%5.96

CMYK Percentages of Color #effa1f

%4
%0
%88
%2

Triadic Colors of #effa1f

#effa1f #1feffa #fa1fef

Analogous Colors of #effa1f

#effa1f #82fa1f #fa981f

Monochromatic Colors of #effa1f

#effa1f

Complementary Color

#effa1f #2a1ffa

#effa1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa1f Color CSS Codes

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

#effa1f Text Font Color

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

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


#effa1f Background Color

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

This div background color is #effa1f


#effa1f Border Color

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

This div border color is #effa1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa1f


Comments

No comments written yet.

Please login to write comment.