Color Hex Logo

#58ad1f Color Hex

#58AD1F
(88,173,31)
0 Favorites   0 Comments

Color spaces of #58ad1f

RGB 8817331
HSL0.270.700.40
HSV96°82°68°
CMYK 0.490.000.82   0.32
XYZ19.215432.06086.4719
Yxy32.06080.33270.5552
Hunter Lab56.6223-38.513032.8588
CIE-Lab63.3931-48.757458.8321

#58ad1f color RGB value is (88,173,31).

#58ad1f hex color red value is 88, green value is 173 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #58ad1f hue: 0.27 , saturation: 0.70 and the lightness value of 58ad1f is 0.40.

The process color (four color CMYK) of #58ad1f color hex is 0.49, 0.00, 0.82, 0.32. Web safe color of #58ad1f is #669933. Color #58ad1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101101 00011111
Octal 130 255 37
Decimal 88 173 31
Hex 58 AD 1F

RGB Percentages of Color #58ad1f

%30.14
%59.25
%10.62

CMYK Percentages of Color #58ad1f

%49
%0
%82
%32

Triadic Colors of #58ad1f

#58ad1f #1f58ad #ad1f58

Analogous Colors of #58ad1f

#58ad1f #1fad2d #9fad1f

Monochromatic Colors of #58ad1f

#58ad1f

Complementary Color

#58ad1f #741fad

#58ad1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ad1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ad1f Color CSS Codes

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

#58ad1f Text Font Color

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

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


#58ad1f Background Color

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

This div background color is #58ad1f


#58ad1f Border Color

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

This div border color is #58ad1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ad1f


Comments

No comments written yet.

Please login to write comment.