Color Hex Logo

#58a39e Color Hex

#58A39E
(88,163,158)
0 Favorites   0 Comments

Color spaces of #58a39e

RGB 88163158
HSL0.490.300.49
HSV176°46°64°
CMYK 0.460.000.03   0.36
XYZ23.293330.737737.0530
Yxy30.73770.25570.3375
Hunter Lab55.4416-22.0276-0.8159
CIE-Lab62.2856-24.5412-4.6567

#58a39e color RGB value is (88,163,158).

#58a39e hex color red value is 88, green value is 163 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #58a39e hue: 0.49 , saturation: 0.30 and the lightness value of 58a39e is 0.49.

The process color (four color CMYK) of #58a39e color hex is 0.46, 0.00, 0.03, 0.36. Web safe color of #58a39e is #669999. Color #58a39e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10100011 10011110
Octal 130 243 236
Decimal 88 163 158
Hex 58 A3 9E

RGB Percentages of Color #58a39e

%21.52
%39.85
%38.63

CMYK Percentages of Color #58a39e

%46
%0
%3
%36

Triadic Colors of #58a39e

#58a39e #9e58a3 #a39e58

Analogous Colors of #58a39e

#58a39e #5883a3 #58a379

Monochromatic Colors of #58a39e

#58a39e

Complementary Color

#58a39e #a3585d

#58a39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a39e Color CSS Codes

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

#58a39e Text Font Color

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

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


#58a39e Background Color

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

This div background color is #58a39e


#58a39e Border Color

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

This div border color is #58a39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a39e


Comments

No comments written yet.

Please login to write comment.