Color Hex Logo

#588bad Color Hex

#588BAD
(88,139,173)
0 Favorites   0 Comments

Color spaces of #588bad

RGB 88139173
HSL0.570.340.51
HSV204°49°68°
CMYK 0.490.200.00   0.32
XYZ20.799923.557142.9859
Yxy23.55710.23810.2697
Hunter Lab48.5357-8.4414-18.5356
CIE-Lab55.6416-7.4918-23.1986

#588bad color RGB value is (88,139,173).

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

The process color (four color CMYK) of #588bad color hex is 0.49, 0.20, 0.00, 0.32. Web safe color of #588bad is #669999. Color #588bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001011 10101101
Octal 130 213 255
Decimal 88 139 173
Hex 58 8B AD

RGB Percentages of Color #588bad

%22.00
%34.75
%43.25

CMYK Percentages of Color #588bad

%49
%20
%0
%32

Triadic Colors of #588bad

#588bad #ad588b #8bad58

Analogous Colors of #588bad

#588bad #5860ad #58ada5

Monochromatic Colors of #588bad

#588bad

Complementary Color

#588bad #ad7a58

#588bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#588bad Color CSS Codes

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

#588bad Text Font Color

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

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


#588bad Background Color

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

This div background color is #588bad


#588bad Border Color

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

This div border color is #588bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588bad


Comments

No comments written yet.

Please login to write comment.