Color Hex Logo

#5bef4e Color Hex

#5BEF4E
(91,239,78)
0 Favorites   0 Comments

Color spaces of #5bef4e

RGB 9123978
HSL0.320.830.62
HSV115°67°94°
CMYK 0.620.000.67   0.06
XYZ36.556064.507217.7322
Yxy64.50720.30770.5430
Hunter Lab80.3164-59.309443.1315
CIE-Lab84.2292-68.405863.5901

#5bef4e color RGB value is (91,239,78).

#5bef4e hex color red value is 91, green value is 239 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #5bef4e hue: 0.32 , saturation: 0.83 and the lightness value of 5bef4e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101111 01001110
Octal 133 357 116
Decimal 91 239 78
Hex 5B EF 4E

RGB Percentages of Color #5bef4e

%22.30
%58.58
%19.12

CMYK Percentages of Color #5bef4e

%62
%0
%67
%6

Triadic Colors of #5bef4e

#5bef4e #4e5bef #ef4e5b

Analogous Colors of #5bef4e

#5bef4e #4eef92 #acef4e

Monochromatic Colors of #5bef4e

#5bef4e

Complementary Color

#5bef4e #e24eef

#5bef4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bef4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bef4e Color CSS Codes

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

#5bef4e Text Font Color

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

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


#5bef4e Background Color

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

This div background color is #5bef4e


#5bef4e Border Color

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

This div border color is #5bef4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,239,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 #5bef4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bef4e


Comments

No comments written yet.

Please login to write comment.