Color Hex Logo

#598aba Color Hex

#598ABA
(89,138,186)
0 Favorites   0 Comments

Color spaces of #598aba

RGB 89138186
HSL0.580.410.54
HSV210°52°73°
CMYK 0.520.260.00   0.27
XYZ22.071223.846049.8938
Yxy23.84600.23040.2489
Hunter Lab48.8324-4.7784-26.3961
CIE-Lab55.9333-2.7313-30.1680

#598aba color RGB value is (89,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001010 10111010
Octal 131 212 272
Decimal 89 138 186
Hex 59 8A BA

RGB Percentages of Color #598aba

%21.55
%33.41
%45.04

CMYK Percentages of Color #598aba

%52
%26
%0
%27

Triadic Colors of #598aba

#598aba #ba598a #8aba59

Analogous Colors of #598aba

#598aba #5959ba #59baba

Monochromatic Colors of #598aba

#598aba

Complementary Color

#598aba #ba8959

#598aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#598aba Color CSS Codes

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

#598aba Text Font Color

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

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


#598aba Background Color

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

This div background color is #598aba


#598aba Border Color

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

This div border color is #598aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598aba


Comments

No comments written yet.

Please login to write comment.