Color Hex Logo

#58a978 Color Hex

#58A978
(88,169,120)
0 Favorites   0 Comments

Color spaces of #58a978

RGB 88169120
HSL0.400.320.50
HSV144°48°66°
CMYK 0.480.000.29   0.34
XYZ21.602631.806722.7700
Yxy31.80670.28360.4175
Hunter Lab56.3974-30.322515.5403
CIE-Lab63.1828-36.169817.8092

#58a978 color RGB value is (88,169,120).

#58a978 hex color red value is 88, green value is 169 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #58a978 hue: 0.40 , saturation: 0.32 and the lightness value of 58a978 is 0.50.

The process color (four color CMYK) of #58a978 color hex is 0.48, 0.00, 0.29, 0.34. Web safe color of #58a978 is #669966. Color #58a978 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101001 01111000
Octal 130 251 170
Decimal 88 169 120
Hex 58 A9 78

RGB Percentages of Color #58a978

%23.34
%44.83
%31.83

CMYK Percentages of Color #58a978

%48
%0
%29
%34

Triadic Colors of #58a978

#58a978 #7858a9 #a97858

Analogous Colors of #58a978

#58a978 #58a9a1 #61a958

Monochromatic Colors of #58a978

#58a978

Complementary Color

#58a978 #a95889

#58a978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a978 Color CSS Codes

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

#58a978 Text Font Color

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

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


#58a978 Background Color

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

This div background color is #58a978


#58a978 Border Color

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

This div border color is #58a978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a978


Comments

No comments written yet.

Please login to write comment.