Color Hex Logo

#58b197 Color Hex

#58B197
(88,177,151)
0 Favorites   0 Comments

Color spaces of #58b197

RGB 88177151
HSL0.450.360.52
HSV162°50°69°
CMYK 0.500.000.15   0.31
XYZ25.332635.753434.8441
Yxy35.75340.26410.3727
Hunter Lab59.7941-29.01587.3056
CIE-Lab66.3311-33.10175.1500

#58b197 color RGB value is (88,177,151).

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

The process color (four color CMYK) of #58b197 color hex is 0.50, 0.00, 0.15, 0.31. Web safe color of #58b197 is #669999. Color #58b197 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10110001 10010111
Octal 130 261 227
Decimal 88 177 151
Hex 58 B1 97

RGB Percentages of Color #58b197

%21.15
%42.55
%36.30

CMYK Percentages of Color #58b197

%50
%0
%15
%31

Triadic Colors of #58b197

#58b197 #9758b1 #b19758

Analogous Colors of #58b197

#58b197 #589fb1 #58b16b

Monochromatic Colors of #58b197

#58b197

Complementary Color

#58b197 #b15872

#58b197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58b197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58b197 Color CSS Codes

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

#58b197 Text Font Color

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

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


#58b197 Background Color

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

This div background color is #58b197


#58b197 Border Color

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

This div border color is #58b197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58b197


Comments

No comments written yet.

Please login to write comment.