Color Hex Logo

#5ef615 Color Hex

#5EF615
(94,246,21)
0 Favorites   0 Comments

Color spaces of #5ef615

RGB 9424621
HSL0.280.930.52
HSV101°91°96°
CMYK 0.620.000.91   0.04
XYZ37.707268.345411.9141
Yxy68.34540.31960.5794
Hunter Lab82.6713-63.259149.3254
CIE-Lab86.1789-73.032280.5105

#5ef615 color RGB value is (94,246,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11110110 00010101
Octal 136 366 25
Decimal 94 246 21
Hex 5E F6 15

RGB Percentages of Color #5ef615

%26.04
%68.14
%5.82

CMYK Percentages of Color #5ef615

%62
%0
%91
%4

Triadic Colors of #5ef615

#5ef615 #155ef6 #f6155e

Analogous Colors of #5ef615

#5ef615 #15f63c #cff615

Monochromatic Colors of #5ef615

#5ef615

Complementary Color

#5ef615 #ad15f6

#5ef615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef615 Color CSS Codes

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

#5ef615 Text Font Color

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

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


#5ef615 Background Color

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

This div background color is #5ef615


#5ef615 Border Color

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

This div border color is #5ef615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef615


Comments

No comments written yet.

Please login to write comment.