Color Hex Logo

#5ee25d Color Hex

#5EE25D
(94,226,93)
0 Favorites   0 Comments

Color spaces of #5ee25d

RGB 9422693
HSL0.330.700.63
HSV120°59°89°
CMYK 0.580.000.59   0.11
XYZ33.788257.562719.6858
Yxy57.56270.30430.5184
Hunter Lab75.8701-53.279037.7252
CIE-Lab80.4951-61.729453.2799

#5ee25d color RGB value is (94,226,93).

#5ee25d hex color red value is 94, green value is 226 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #5ee25d hue: 0.33 , saturation: 0.70 and the lightness value of 5ee25d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100010 01011101
Octal 136 342 135
Decimal 94 226 93
Hex 5E E2 5D

RGB Percentages of Color #5ee25d

%22.76
%54.72
%22.52

CMYK Percentages of Color #5ee25d

%58
%0
%59
%11

Triadic Colors of #5ee25d

#5ee25d #5d5ee2 #e25d5e

Analogous Colors of #5ee25d

#5ee25d #5de29f #a1e25d

Monochromatic Colors of #5ee25d

#5ee25d

Complementary Color

#5ee25d #e15de2

#5ee25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee25d Color CSS Codes

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

#5ee25d Text Font Color

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

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


#5ee25d Background Color

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

This div background color is #5ee25d


#5ee25d Border Color

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

This div border color is #5ee25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee25d


Comments

No comments written yet.

Please login to write comment.