Color Hex Logo

#598fba Color Hex

#598FBA
(89,143,186)
0 Favorites   0 Comments

Color spaces of #598fba

RGB 89143186
HSL0.570.410.54
HSV207°52°73°
CMYK 0.520.230.00   0.27
XYZ22.805225.313950.1385
Yxy25.31390.23210.2576
Hunter Lab50.3129-7.1394-23.8654
CIE-Lab57.3800-5.5974-27.9254

#598fba color RGB value is (89,143,186).

#598fba hex color red value is 89, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #598fba hue: 0.57 , saturation: 0.41 and the lightness value of 598fba is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001111 10111010
Octal 131 217 272
Decimal 89 143 186
Hex 59 8F BA

RGB Percentages of Color #598fba

%21.29
%34.21
%44.50

CMYK Percentages of Color #598fba

%52
%23
%0
%27

Triadic Colors of #598fba

#598fba #ba598f #8fba59

Analogous Colors of #598fba

#598fba #595eba #59bab5

Monochromatic Colors of #598fba

#598fba

Complementary Color

#598fba #ba8459

#598fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#598fba Color CSS Codes

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

#598fba Text Font Color

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

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


#598fba Background Color

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

This div background color is #598fba


#598fba Border Color

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

This div border color is #598fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598fba


Comments

No comments written yet.

Please login to write comment.