Color Hex Logo

#5ee21f Color Hex

#5EE21F
(94,226,31)
0 Favorites   0 Comments

Color spaces of #5ee21f

RGB 9422631
HSL0.280.770.50
HSV101°86°89°
CMYK 0.580.000.86   0.11
XYZ32.059856.871310.5839
Yxy56.87130.32220.5715
Hunter Lab75.4131-56.088544.4680
CIE-Lab80.1072-66.203073.7435

#5ee21f color RGB value is (94,226,31).

#5ee21f hex color red value is 94, green value is 226 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5ee21f hue: 0.28 , saturation: 0.77 and the lightness value of 5ee21f is 0.50.

The process color (four color CMYK) of #5ee21f color hex is 0.58, 0.00, 0.86, 0.11. Web safe color of #5ee21f is #66cc33. Color #5ee21f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100010 00011111
Octal 136 342 37
Decimal 94 226 31
Hex 5E E2 1F

RGB Percentages of Color #5ee21f

%26.78
%64.39
%8.83

CMYK Percentages of Color #5ee21f

%58
%0
%86
%11

Triadic Colors of #5ee21f

#5ee21f #1f5ee2 #e21f5e

Analogous Colors of #5ee21f

#5ee21f #1fe242 #c0e21f

Monochromatic Colors of #5ee21f

#5ee21f

Complementary Color

#5ee21f #a31fe2

#5ee21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee21f Color CSS Codes

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

#5ee21f Text Font Color

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

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


#5ee21f Background Color

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

This div background color is #5ee21f


#5ee21f Border Color

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

This div border color is #5ee21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee21f


Comments

No comments written yet.

Please login to write comment.