Color Hex Logo

#588aba Color Hex

#588ABA
(88,138,186)
0 Favorites   0 Comments

Color spaces of #588aba

RGB 88138186
HSL0.580.420.54
HSV209°53°73°
CMYK 0.530.260.00   0.27
XYZ21.975923.796849.8894
Yxy23.79680.22970.2488
Hunter Lab48.7820-4.9556-26.4886
CIE-Lab55.8838-2.9609-30.2489

#588aba color RGB value is (88,138,186).

#588aba hex color red value is 88, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #588aba hue: 0.58 , saturation: 0.42 and the lightness value of 588aba is 0.54.

The process color (four color CMYK) of #588aba color hex is 0.53, 0.26, 0.00, 0.27. Web safe color of #588aba is #6699cc. Color #588aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 10111010
Octal 130 212 272
Decimal 88 138 186
Hex 58 8A BA

RGB Percentages of Color #588aba

%21.36
%33.50
%45.15

CMYK Percentages of Color #588aba

%53
%26
%0
%27

Triadic Colors of #588aba

#588aba #ba588a #8aba58

Analogous Colors of #588aba

#588aba #5859ba #58bab9

Monochromatic Colors of #588aba

#588aba

Complementary Color

#588aba #ba8858

#588aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#588aba Color CSS Codes

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

#588aba Text Font Color

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

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


#588aba Background Color

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

This div background color is #588aba


#588aba Border Color

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

This div border color is #588aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588aba


Comments

No comments written yet.

Please login to write comment.