Color Hex Logo

#58b399 Color Hex

#58B399
(88,179,153)
0 Favorites   0 Comments

Color spaces of #58b399

RGB 88179153
HSL0.450.370.52
HSV163°51°70°
CMYK 0.510.000.15   0.30
XYZ25.894436.614835.8396
Yxy36.61480.26330.3723
Hunter Lab60.5102-29.50647.2402
CIE-Lab66.9870-33.56784.9904

#58b399 color RGB value is (88,179,153).

#58b399 hex color red value is 88, green value is 179 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #58b399 hue: 0.45 , saturation: 0.37 and the lightness value of 58b399 is 0.52.

The process color (four color CMYK) of #58b399 color hex is 0.51, 0.00, 0.15, 0.30. Web safe color of #58b399 is #66cc99. Color #58b399 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10110011 10011001
Octal 130 263 231
Decimal 88 179 153
Hex 58 B3 99

RGB Percentages of Color #58b399

%20.95
%42.62
%36.43

CMYK Percentages of Color #58b399

%51
%0
%15
%30

Triadic Colors of #58b399

#58b399 #9958b3 #b39958

Analogous Colors of #58b399

#58b399 #58a0b3 #58b36c

Monochromatic Colors of #58b399

#58b399

Complementary Color

#58b399 #b35872

#58b399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58b399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58b399 Color CSS Codes

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

#58b399 Text Font Color

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

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


#58b399 Background Color

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

This div background color is #58b399


#58b399 Border Color

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

This div border color is #58b399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58b399

#58b399 Color Palettes


Comments

No comments written yet.

Please login to write comment.