Color Hex Logo

#5feb4e Color Hex

#5FEB4E
(95,235,78)
0 Favorites   0 Comments

Color spaces of #5feb4e

RGB 9523578
HSL0.320.800.61
HSV114°67°92°
CMYK 0.600.000.67   0.08
XYZ35.802862.399617.3651
Yxy62.39960.30980.5399
Hunter Lab78.9934-57.335542.2617
CIE-Lab83.1255-66.163362.4461

#5feb4e color RGB value is (95,235,78).

#5feb4e hex color red value is 95, green value is 235 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #5feb4e hue: 0.32 , saturation: 0.80 and the lightness value of 5feb4e is 0.61.

The process color (four color CMYK) of #5feb4e color hex is 0.60, 0.00, 0.67, 0.08. Web safe color of #5feb4e is #66ff66. Color #5feb4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 01001110
Octal 137 353 116
Decimal 95 235 78
Hex 5F EB 4E

RGB Percentages of Color #5feb4e

%23.28
%57.60
%19.12

CMYK Percentages of Color #5feb4e

%60
%0
%67
%8

Triadic Colors of #5feb4e

#5feb4e #4e5feb #eb4e5f

Analogous Colors of #5feb4e

#5feb4e #4eeb8c #aeeb4e

Monochromatic Colors of #5feb4e

#5feb4e

Complementary Color

#5feb4e #da4eeb

#5feb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feb4e Color CSS Codes

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

#5feb4e Text Font Color

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

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


#5feb4e Background Color

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

This div background color is #5feb4e


#5feb4e Border Color

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

This div border color is #5feb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feb4e


Comments

No comments written yet.

Please login to write comment.