Color Hex Logo

#5fed2e Color Hex

#5FED2E
(95,237,46)
0 Favorites   0 Comments

Color spaces of #5fed2e

RGB 9523746
HSL0.290.840.55
HSV105°81°93°
CMYK 0.600.000.81   0.07
XYZ35.496663.198512.9124
Yxy63.19850.31800.5663
Hunter Lab79.4975-59.418246.0180
CIE-Lab83.5467-69.011373.3718

#5fed2e color RGB value is (95,237,46).

#5fed2e hex color red value is 95, green value is 237 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5fed2e hue: 0.29 , saturation: 0.84 and the lightness value of 5fed2e is 0.55.

The process color (four color CMYK) of #5fed2e color hex is 0.60, 0.00, 0.81, 0.07. Web safe color of #5fed2e is #66ff33. Color #5fed2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101101 00101110
Octal 137 355 56
Decimal 95 237 46
Hex 5F ED 2E

RGB Percentages of Color #5fed2e

%25.13
%62.70
%12.17

CMYK Percentages of Color #5fed2e

%60
%0
%81
%7

Triadic Colors of #5fed2e

#5fed2e #2e5fed #ed2e5f

Analogous Colors of #5fed2e

#5fed2e #2eed5d #bfed2e

Monochromatic Colors of #5fed2e

#5fed2e

Complementary Color

#5fed2e #bc2eed

#5fed2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fed2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fed2e Color CSS Codes

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

#5fed2e Text Font Color

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

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


#5fed2e Background Color

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

This div background color is #5fed2e


#5fed2e Border Color

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

This div border color is #5fed2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fed2e


Comments

No comments written yet.

Please login to write comment.