Color Hex Logo

#5ee85d Color Hex

#5EE85D
(94,232,93)
0 Favorites   0 Comments

Color spaces of #5ee85d

RGB 9423293
HSL0.330.750.64
HSV120°60°91°
CMYK 0.590.000.60   0.09
XYZ35.448560.883220.2392
Yxy60.88320.30410.5223
Hunter Lab78.0277-55.454739.2405
CIE-Lab82.3159-63.868955.3693

#5ee85d color RGB value is (94,232,93).

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

The process color (four color CMYK) of #5ee85d color hex is 0.59, 0.00, 0.60, 0.09. Web safe color of #5ee85d is #66ff66. Color #5ee85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101000 01011101
Octal 136 350 135
Decimal 94 232 93
Hex 5E E8 5D

RGB Percentages of Color #5ee85d

%22.43
%55.37
%22.20

CMYK Percentages of Color #5ee85d

%59
%0
%60
%9

Triadic Colors of #5ee85d

#5ee85d #5d5ee8 #e85d5e

Analogous Colors of #5ee85d

#5ee85d #5de8a2 #a4e85d

Monochromatic Colors of #5ee85d

#5ee85d

Complementary Color

#5ee85d #e75de8

#5ee85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee85d Color CSS Codes

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

#5ee85d Text Font Color

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

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


#5ee85d Background Color

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

This div background color is #5ee85d


#5ee85d Border Color

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

This div border color is #5ee85d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,232,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 #5ee85d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee85d


Comments

No comments written yet.

Please login to write comment.