Color Hex Logo

#588e9c Color Hex

#588E9C
(88,142,156)
0 Favorites   0 Comments

Color spaces of #588e9c

RGB 88142156
HSL0.530.280.48
HSV192°44°61°
CMYK 0.440.090.00   0.39
XYZ19.698323.821035.0122
Yxy23.82100.25080.3033
Hunter Lab48.8068-13.3696-8.3678
CIE-Lab55.9081-14.0567-13.0402

#588e9c color RGB value is (88,142,156).

#588e9c hex color red value is 88, green value is 142 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #588e9c hue: 0.53 , saturation: 0.28 and the lightness value of 588e9c is 0.48.

The process color (four color CMYK) of #588e9c color hex is 0.44, 0.09, 0.00, 0.39. Web safe color of #588e9c is #669999. Color #588e9c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001110 10011100
Octal 130 216 234
Decimal 88 142 156
Hex 58 8E 9C

RGB Percentages of Color #588e9c

%22.80
%36.79
%40.41

CMYK Percentages of Color #588e9c

%44
%9
%0
%39

Triadic Colors of #588e9c

#588e9c #9c588e #8e9c58

Analogous Colors of #588e9c

#588e9c #586c9c #589c88

Monochromatic Colors of #588e9c

#588e9c

Complementary Color

#588e9c #9c6658

#588e9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588e9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#588e9c Color CSS Codes

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

#588e9c Text Font Color

<p style="color:#588e9c">Text here</p>

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


#588e9c Background Color

<div style="background-color:#588e9c">
Div content here</div>

This div background color is #588e9c


#588e9c Border Color

<div style="border:3px solid #588e9c">
Div here</div>

This div border color is #588e9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588e9c


Comments

No comments written yet.

Please login to write comment.