Color Hex Logo

#5fea0a Color Hex

#5FEA0A
(95,234,10)
0 Favorites   0 Comments

Color spaces of #5fea0a

RGB 9523410
HSL0.270.920.48
HSV97°96°92°
CMYK 0.590.000.96   0.08
XYZ34.196961.300410.3170
Yxy61.30040.32320.5793
Hunter Lab78.2946-59.051646.9935
CIE-Lab82.5400-69.121378.7176

#5fea0a color RGB value is (95,234,10).

#5fea0a hex color red value is 95, green value is 234 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #5fea0a hue: 0.27 , saturation: 0.92 and the lightness value of 5fea0a is 0.48.

The process color (four color CMYK) of #5fea0a color hex is 0.59, 0.00, 0.96, 0.08. Web safe color of #5fea0a is #66ff00. Color #5fea0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101010 00001010
Octal 137 352 12
Decimal 95 234 10
Hex 5F EA A

RGB Percentages of Color #5fea0a

%28.02
%69.03
%2.95

CMYK Percentages of Color #5fea0a

%59
%0
%96
%8

Triadic Colors of #5fea0a

#5fea0a #0a5fea #ea0a5f

Analogous Colors of #5fea0a

#5fea0a #0aea25 #cfea0a

Monochromatic Colors of #5fea0a

#5fea0a

Complementary Color

#5fea0a #950aea

#5fea0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fea0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fea0a Color CSS Codes

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

#5fea0a Text Font Color

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

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


#5fea0a Background Color

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

This div background color is #5fea0a


#5fea0a Border Color

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

This div border color is #5fea0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,234,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fea0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fea0a;
  -webkit-box-shadow: 1px 1px 3px 2px #5fea0a;
  box-shadow:         1px 1px 3px 2px #5fea0a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,234,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fea0a


Comments

No comments written yet.

Please login to write comment.