Color Hex Logo

#58d70a Color Hex

#58D70A
(88,215,10)
0 Favorites   0 Comments

Color spaces of #58d70a

RGB 8821510
HSL0.270.910.44
HSV97°95°84°
CMYK 0.590.000.95   0.16
XYZ28.379750.69758.5770
Yxy50.69750.32380.5784
Hunter Lab71.2022-53.457442.6995
CIE-Lab76.4954-64.497373.7404

#58d70a color RGB value is (88,215,10).

#58d70a hex color red value is 88, green value is 215 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #58d70a hue: 0.27 , saturation: 0.91 and the lightness value of 58d70a is 0.44.

The process color (four color CMYK) of #58d70a color hex is 0.59, 0.00, 0.95, 0.16. Web safe color of #58d70a is #66cc00. Color #58d70a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11010111 00001010
Octal 130 327 12
Decimal 88 215 10
Hex 58 D7 A

RGB Percentages of Color #58d70a

%28.12
%68.69
%3.19

CMYK Percentages of Color #58d70a

%59
%0
%95
%16

Triadic Colors of #58d70a

#58d70a #0a58d7 #d70a58

Analogous Colors of #58d70a

#58d70a #0ad723 #bfd70a

Monochromatic Colors of #58d70a

#58d70a

Complementary Color

#58d70a #890ad7

#58d70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58d70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58d70a Color CSS Codes

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

#58d70a Text Font Color

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

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


#58d70a Background Color

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

This div background color is #58d70a


#58d70a Border Color

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

This div border color is #58d70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58d70a


Comments

No comments written yet.

Please login to write comment.