Color Hex Logo

#5ee412 Color Hex

#5EE412
(94,228,18)
0 Favorites   0 Comments

Color spaces of #5ee412

RGB 9422818
HSL0.270.850.48
HSV98°92°89°
CMYK 0.590.000.92   0.11
XYZ32.468757.910210.0388
Yxy57.91020.32330.5767
Hunter Lab76.0988-57.013145.4477
CIE-Lab80.6888-67.236876.3530

#5ee412 color RGB value is (94,228,18).

#5ee412 hex color red value is 94, green value is 228 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #5ee412 hue: 0.27 , saturation: 0.85 and the lightness value of 5ee412 is 0.48.

The process color (four color CMYK) of #5ee412 color hex is 0.59, 0.00, 0.92, 0.11. Web safe color of #5ee412 is #66cc00. Color #5ee412 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100100 00010010
Octal 136 344 22
Decimal 94 228 18
Hex 5E E4 12

RGB Percentages of Color #5ee412

%27.65
%67.06
%5.29

CMYK Percentages of Color #5ee412

%59
%0
%92
%11

Triadic Colors of #5ee412

#5ee412 #125ee4 #e4125e

Analogous Colors of #5ee412

#5ee412 #12e42f #c7e412

Monochromatic Colors of #5ee412

#5ee412

Complementary Color

#5ee412 #9812e4

#5ee412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee412 Color CSS Codes

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

#5ee412 Text Font Color

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

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


#5ee412 Background Color

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

This div background color is #5ee412


#5ee412 Border Color

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

This div border color is #5ee412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee412


Comments

No comments written yet.

Please login to write comment.