Color Hex Logo

#58988b Color Hex

#58988B
(88,152,139)
0 Favorites   0 Comments

Color spaces of #58988b

RGB 88152139
HSL0.470.270.47
HSV168°42°60°
CMYK 0.420.000.09   0.40
XYZ19.912926.395328.4714
Yxy26.39530.26630.3530
Hunter Lab51.3764-20.72403.1065
CIE-Lab58.4104-23.77160.4009

#58988b color RGB value is (88,152,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011000 10001011
Octal 130 230 213
Decimal 88 152 139
Hex 58 98 8B

RGB Percentages of Color #58988b

%23.22
%40.11
%36.68

CMYK Percentages of Color #58988b

%42
%0
%9
%40

Triadic Colors of #58988b

#58988b #8b5898 #988b58

Analogous Colors of #58988b

#58988b #588598 #58986b

Monochromatic Colors of #58988b

#58988b

Complementary Color

#58988b #985865

#58988b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58988b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58988b Color CSS Codes

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

#58988b Text Font Color

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

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


#58988b Background Color

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

This div background color is #58988b


#58988b Border Color

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

This div border color is #58988b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58988b


Comments

No comments written yet.

Please login to write comment.