Color Hex Logo

#589fba Color Hex

#589FBA
(88,159,186)
0 Favorites   0 Comments

Color spaces of #589fba

RGB 88159186
HSL0.550.420.54
HSV197°53°73°
CMYK 0.530.150.00   0.27
XYZ25.285630.416250.9926
Yxy30.41620.23700.2851
Hunter Lab55.1509-14.6753-16.2140
CIE-Lab62.0117-14.6827-20.8117

#589fba color RGB value is (88,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011111 10111010
Octal 130 237 272
Decimal 88 159 186
Hex 58 9F BA

RGB Percentages of Color #589fba

%20.32
%36.72
%42.96

CMYK Percentages of Color #589fba

%53
%15
%0
%27

Triadic Colors of #589fba

#589fba #ba589f #9fba58

Analogous Colors of #589fba

#589fba #586eba #58baa4

Monochromatic Colors of #589fba

#589fba

Complementary Color

#589fba #ba7358

#589fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#589fba Color CSS Codes

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

#589fba Text Font Color

<p style="color:#589fba">Text here</p>

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


#589fba Background Color

<div style="background-color:#589fba">
Div content here</div>

This div background color is #589fba


#589fba Border Color

<div style="border:3px solid #589fba">
Div here</div>

This div border color is #589fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,159,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 #589fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589fba


Comments

No comments written yet.

Please login to write comment.