Color Hex Logo

#5eea58 Color Hex

#5EEA58
(94,234,88)
0 Favorites   0 Comments

Color spaces of #5eea58

RGB 9423488
HSL0.330.780.63
HSV118°62°92°
CMYK 0.600.000.62   0.08
XYZ35.800461.929919.2993
Yxy61.92990.30590.5292
Hunter Lab78.6956-56.513540.5466
CIE-Lab82.8761-65.096658.1302

#5eea58 color RGB value is (94,234,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101010 01011000
Octal 136 352 130
Decimal 94 234 88
Hex 5E EA 58

RGB Percentages of Color #5eea58

%22.60
%56.25
%21.15

CMYK Percentages of Color #5eea58

%60
%0
%62
%8

Triadic Colors of #5eea58

#5eea58 #585eea #ea585e

Analogous Colors of #5eea58

#5eea58 #58ea9b #a7ea58

Monochromatic Colors of #5eea58

#5eea58

Complementary Color

#5eea58 #e458ea

#5eea58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eea58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eea58 Color CSS Codes

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

#5eea58 Text Font Color

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

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


#5eea58 Background Color

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

This div background color is #5eea58


#5eea58 Border Color

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

This div border color is #5eea58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eea58


Comments

No comments written yet.

Please login to write comment.