Color Hex Logo

#5ef516 Color Hex

#5EF516
(94,245,22)
0 Favorites   0 Comments

Color spaces of #5ef516

RGB 9424522
HSL0.280.920.52
HSV101°91°96°
CMYK 0.620.000.91   0.04
XYZ37.413367.742411.8628
Yxy67.74240.31970.5789
Hunter Lab82.3058-62.895349.0685
CIE-Lab85.8775-72.690280.1283

#5ef516 color RGB value is (94,245,22).

#5ef516 hex color red value is 94, green value is 245 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #5ef516 hue: 0.28 , saturation: 0.92 and the lightness value of 5ef516 is 0.52.

The process color (four color CMYK) of #5ef516 color hex is 0.62, 0.00, 0.91, 0.04. Web safe color of #5ef516 is #66ff00. Color #5ef516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11110101 00010110
Octal 136 365 26
Decimal 94 245 22
Hex 5E F5 16

RGB Percentages of Color #5ef516

%26.04
%67.87
%6.09

CMYK Percentages of Color #5ef516

%62
%0
%91
%4

Triadic Colors of #5ef516

#5ef516 #165ef5 #f5165e

Analogous Colors of #5ef516

#5ef516 #16f53d #cef516

Monochromatic Colors of #5ef516

#5ef516

Complementary Color

#5ef516 #ad16f5

#5ef516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef516 Color CSS Codes

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

#5ef516 Text Font Color

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

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


#5ef516 Background Color

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

This div background color is #5ef516


#5ef516 Border Color

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

This div border color is #5ef516


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,245,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ef516; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ef516;
  -webkit-box-shadow: 1px 1px 3px 2px #5ef516;
  box-shadow:         1px 1px 3px 2px #5ef516; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,245,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef516


Comments

No comments written yet.

Please login to write comment.