Color Hex Logo

#588faa Color Hex

#588FAA
(88,143,170)
0 Favorites   0 Comments

Color spaces of #588faa

RGB 88143170
HSL0.550.330.51
HSV200°48°67°
CMYK 0.480.160.00   0.33
XYZ21.102724.621941.6705
Yxy24.62190.24150.2817
Hunter Lab49.6205-10.9229-15.0565
CIE-Lab56.7052-10.6210-19.8528

#588faa color RGB value is (88,143,170).

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

The process color (four color CMYK) of #588faa color hex is 0.48, 0.16, 0.00, 0.33. Web safe color of #588faa is #669999. Color #588faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001111 10101010
Octal 130 217 252
Decimal 88 143 170
Hex 58 8F AA

RGB Percentages of Color #588faa

%21.95
%35.66
%42.39

CMYK Percentages of Color #588faa

%48
%16
%0
%33

Triadic Colors of #588faa

#588faa #aa588f #8faa58

Analogous Colors of #588faa

#588faa #5866aa #58aa9c

Monochromatic Colors of #588faa

#588faa

Complementary Color

#588faa #aa7358

#588faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#588faa Color CSS Codes

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

#588faa Text Font Color

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

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


#588faa Background Color

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

This div background color is #588faa


#588faa Border Color

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

This div border color is #588faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588faa


Comments

No comments written yet.

Please login to write comment.