Color Hex Logo

#58a064 Color Hex

#58A064
(88,160,100)
0 Favorites   0 Comments

Color spaces of #58a064

RGB 88160100
HSL0.360.290.49
HSV130°45°63°
CMYK 0.450.000.38   0.37
XYZ18.895628.136416.4916
Yxy28.13640.29750.4429
Hunter Lab53.0438-29.240118.6970
CIE-Lab60.0118-35.819824.4449

#58a064 color RGB value is (88,160,100).

#58a064 hex color red value is 88, green value is 160 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #58a064 hue: 0.36 , saturation: 0.29 and the lightness value of 58a064 is 0.49.

The process color (four color CMYK) of #58a064 color hex is 0.45, 0.00, 0.38, 0.37. Web safe color of #58a064 is #669966. Color #58a064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10100000 01100100
Octal 130 240 144
Decimal 88 160 100
Hex 58 A0 64

RGB Percentages of Color #58a064

%25.29
%45.98
%28.74

CMYK Percentages of Color #58a064

%45
%0
%38
%37

Triadic Colors of #58a064

#58a064 #6458a0 #a06458

Analogous Colors of #58a064

#58a064 #58a088 #70a058

Monochromatic Colors of #58a064

#58a064

Complementary Color

#58a064 #a05894

#58a064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a064 Color CSS Codes

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

#58a064 Text Font Color

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

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


#58a064 Background Color

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

This div background color is #58a064


#58a064 Border Color

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

This div border color is #58a064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a064


Comments

No comments written yet.

Please login to write comment.