Color Hex Logo

#58a61d Color Hex

#58A61D
(88,166,29)
0 Favorites   0 Comments

Color spaces of #58a61d

RGB 8816629
HSL0.260.700.38
HSV94°83°65°
CMYK 0.470.000.83   0.35
XYZ17.882529.43595.9016
Yxy29.43590.33600.5531
Hunter Lab54.2549-36.112131.5291
CIE-Lab61.1644-46.099657.3530

#58a61d color RGB value is (88,166,29).

#58a61d hex color red value is 88, green value is 166 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #58a61d hue: 0.26 , saturation: 0.70 and the lightness value of 58a61d is 0.38.

The process color (four color CMYK) of #58a61d color hex is 0.47, 0.00, 0.83, 0.35. Web safe color of #58a61d is #669933. Color #58a61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10100110 00011101
Octal 130 246 35
Decimal 88 166 29
Hex 58 A6 1D

RGB Percentages of Color #58a61d

%31.10
%58.66
%10.25

CMYK Percentages of Color #58a61d

%47
%0
%83
%35

Triadic Colors of #58a61d

#58a61d #1d58a6 #a61d58

Analogous Colors of #58a61d

#58a61d #1da626 #9da61d

Monochromatic Colors of #58a61d

#58a61d

Complementary Color

#58a61d #6b1da6

#58a61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a61d Color CSS Codes

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

#58a61d Text Font Color

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

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


#58a61d Background Color

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

This div background color is #58a61d


#58a61d Border Color

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

This div border color is #58a61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a61d


Comments

No comments written yet.

Please login to write comment.