Color Hex Logo

#58b89a Color Hex

#58B89A
(88,184,154)
0 Favorites   0 Comments

Color spaces of #58b89a

RGB 88184154
HSL0.450.400.53
HSV161°52°72°
CMYK 0.520.000.16   0.28
XYZ26.997738.688836.6166
Yxy38.68880.26390.3782
Hunter Lab62.2003-31.37368.6369
CIE-Lab68.5252-35.65836.6517

#58b89a color RGB value is (88,184,154).

#58b89a hex color red value is 88, green value is 184 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #58b89a hue: 0.45 , saturation: 0.40 and the lightness value of 58b89a is 0.53.

The process color (four color CMYK) of #58b89a color hex is 0.52, 0.00, 0.16, 0.28. Web safe color of #58b89a is #66cc99. Color #58b89a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111000 10011010
Octal 130 270 232
Decimal 88 184 154
Hex 58 B8 9A

RGB Percentages of Color #58b89a

%20.66
%43.19
%36.15

CMYK Percentages of Color #58b89a

%52
%0
%16
%28

Triadic Colors of #58b89a

#58b89a #9a58b8 #b89a58

Analogous Colors of #58b89a

#58b89a #58a6b8 #58b86a

Monochromatic Colors of #58b89a

#58b89a

Complementary Color

#58b89a #b85876

#58b89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58b89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58b89a Color CSS Codes

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

#58b89a Text Font Color

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

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


#58b89a Background Color

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

This div background color is #58b89a


#58b89a Border Color

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

This div border color is #58b89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58b89a


Comments

No comments written yet.

Please login to write comment.