Color Hex Logo

#58b960 Color Hex

#58B960
(88,185,96)
0 Favorites   0 Comments

Color spaces of #58b960

RGB 8818596
HSL0.350.410.54
HSV125°52°73°
CMYK 0.520.000.48   0.27
XYZ23.484837.617217.0894
Yxy37.61720.30040.4811
Hunter Lab61.3329-38.983626.4128
CIE-Lab67.7375-47.185936.4922

#58b960 color RGB value is (88,185,96).

#58b960 hex color red value is 88, green value is 185 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #58b960 hue: 0.35 , saturation: 0.41 and the lightness value of 58b960 is 0.54.

The process color (four color CMYK) of #58b960 color hex is 0.52, 0.00, 0.48, 0.27. Web safe color of #58b960 is #66cc66. Color #58b960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111001 01100000
Octal 130 271 140
Decimal 88 185 96
Hex 58 B9 60

RGB Percentages of Color #58b960

%23.85
%50.14
%26.02

CMYK Percentages of Color #58b960

%52
%0
%48
%27

Triadic Colors of #58b960

#58b960 #6058b9 #b96058

Analogous Colors of #58b960

#58b960 #58b991 #81b958

Monochromatic Colors of #58b960

#58b960

Complementary Color

#58b960 #b958b1

#58b960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58b960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58b960 Color CSS Codes

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

#58b960 Text Font Color

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

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


#58b960 Background Color

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

This div background color is #58b960


#58b960 Border Color

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

This div border color is #58b960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58b960


Comments

No comments written yet.

Please login to write comment.