Color Hex Logo

#58988e Color Hex

#58988E
(88,152,142)
0 Favorites   0 Comments

Color spaces of #58988e

RGB 88152142
HSL0.470.270.47
HSV171°42°60°
CMYK 0.420.000.07   0.40
XYZ20.135226.484229.6419
Yxy26.48420.26400.3473
Hunter Lab51.4628-20.22051.8737
CIE-Lab58.4938-23.0303-1.1843

#58988e color RGB value is (88,152,142).

#58988e hex color red value is 88, green value is 152 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #58988e hue: 0.47 , saturation: 0.27 and the lightness value of 58988e is 0.47.

The process color (four color CMYK) of #58988e color hex is 0.42, 0.00, 0.07, 0.40. Web safe color of #58988e is #669999. Color #58988e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011000 10001110
Octal 130 230 216
Decimal 88 152 142
Hex 58 98 8E

RGB Percentages of Color #58988e

%23.04
%39.79
%37.17

CMYK Percentages of Color #58988e

%42
%0
%7
%40

Triadic Colors of #58988e

#58988e #8e5898 #988e58

Analogous Colors of #58988e

#58988e #588298 #58986e

Monochromatic Colors of #58988e

#58988e

Complementary Color

#58988e #985862

#58988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58988e Color CSS Codes

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

#58988e Text Font Color

<p style="color:#58988e">Text here</p>

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


#58988e Background Color

<div style="background-color:#58988e">
Div content here</div>

This div background color is #58988e


#58988e Border Color

<div style="border:3px solid #58988e">
Div here</div>

This div border color is #58988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58988e


Comments

No comments written yet.

Please login to write comment.