Color Hex Logo

#58a998 Color Hex

#58A998
(88,169,152)
0 Favorites   0 Comments

Color spaces of #58a998

RGB 88169152
HSL0.470.320.50
HSV167°48°66°
CMYK 0.480.000.10   0.34
XYZ23.880032.717634.7623
Yxy32.71760.26140.3581
Hunter Lab57.1993-25.57724.0066
CIE-Lab63.9316-29.03081.1201

#58a998 color RGB value is (88,169,152).

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

The process color (four color CMYK) of #58a998 color hex is 0.48, 0.00, 0.10, 0.34. Web safe color of #58a998 is #669999. Color #58a998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101001 10011000
Octal 130 251 230
Decimal 88 169 152
Hex 58 A9 98

RGB Percentages of Color #58a998

%21.52
%41.32
%37.16

CMYK Percentages of Color #58a998

%48
%0
%10
%34

Triadic Colors of #58a998

#58a998 #9858a9 #a99858

Analogous Colors of #58a998

#58a998 #5892a9 #58a970

Monochromatic Colors of #58a998

#58a998

Complementary Color

#58a998 #a95869

#58a998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a998 Color CSS Codes

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

#58a998 Text Font Color

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

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


#58a998 Background Color

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

This div background color is #58a998


#58a998 Border Color

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

This div border color is #58a998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a998


Comments

No comments written yet.

Please login to write comment.