Color Hex Logo

#588bab Color Hex

#588BAB
(88,139,171)
0 Favorites   0 Comments

Color spaces of #588bab

RGB 88139171
HSL0.560.330.51
HSV203°49°67°
CMYK 0.490.190.00   0.33
XYZ20.607823.480241.9741
Yxy23.48020.23950.2728
Hunter Lab48.4564-8.8852-17.4390
CIE-Lab55.5636-8.0859-22.1729

#588bab color RGB value is (88,139,171).

#588bab hex color red value is 88, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #588bab hue: 0.56 , saturation: 0.33 and the lightness value of 588bab is 0.51.

The process color (four color CMYK) of #588bab color hex is 0.49, 0.19, 0.00, 0.33. Web safe color of #588bab is #669999. Color #588bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001011 10101011
Octal 130 213 253
Decimal 88 139 171
Hex 58 8B AB

RGB Percentages of Color #588bab

%22.11
%34.92
%42.96

CMYK Percentages of Color #588bab

%49
%19
%0
%33

Triadic Colors of #588bab

#588bab #ab588b #8bab58

Analogous Colors of #588bab

#588bab #5862ab #58aba2

Monochromatic Colors of #588bab

#588bab

Complementary Color

#588bab #ab7858

#588bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#588bab Color CSS Codes

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

#588bab Text Font Color

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

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


#588bab Background Color

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

This div background color is #588bab


#588bab Border Color

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

This div border color is #588bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588bab


Comments

No comments written yet.

Please login to write comment.