Color Hex Logo

#58e159 Color Hex

#58E159
(88,225,89)
0 Favorites   0 Comments

Color spaces of #58e159

RGB 8822589
HSL0.330.700.61
HSV120°61°88°
CMYK 0.610.000.60   0.12
XYZ32.752956.646418.6588
Yxy56.64640.30310.5242
Hunter Lab75.2638-54.033037.9860
CIE-Lab79.9803-63.165954.3942

#58e159 color RGB value is (88,225,89).

#58e159 hex color red value is 88, green value is 225 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #58e159 hue: 0.33 , saturation: 0.70 and the lightness value of 58e159 is 0.61.

The process color (four color CMYK) of #58e159 color hex is 0.61, 0.00, 0.60, 0.12. Web safe color of #58e159 is #66cc66. Color #58e159 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11100001 01011001
Octal 130 341 131
Decimal 88 225 89
Hex 58 E1 59

RGB Percentages of Color #58e159

%21.89
%55.97
%22.14

CMYK Percentages of Color #58e159

%61
%0
%60
%12

Triadic Colors of #58e159

#58e159 #5958e1 #e15958

Analogous Colors of #58e159

#58e159 #58e19e #9ce158

Monochromatic Colors of #58e159

#58e159

Complementary Color

#58e159 #e158e0

#58e159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58e159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58e159 Color CSS Codes

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

#58e159 Text Font Color

<p style="color:#58e159">Text here</p>

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


#58e159 Background Color

<div style="background-color:#58e159">
Div content here</div>

This div background color is #58e159


#58e159 Border Color

<div style="border:3px solid #58e159">
Div here</div>

This div border color is #58e159


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,225,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58e159; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58e159;
  -webkit-box-shadow: 1px 1px 3px 2px #58e159;
  box-shadow:         1px 1px 3px 2px #58e159; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58e159


Comments

No comments written yet.

Please login to write comment.