Color Hex Logo

#598ab2 Color Hex

#598AB2
(89,138,178)
0 Favorites   0 Comments

Color spaces of #598ab2

RGB 89138178
HSL0.570.370.52
HSV207°50°70°
CMYK 0.500.220.00   0.30
XYZ21.244223.515245.5387
Yxy23.51520.23530.2604
Hunter Lab48.4925-6.6623-21.7338
CIE-Lab55.5991-5.1783-26.1206

#598ab2 color RGB value is (89,138,178).

#598ab2 hex color red value is 89, green value is 138 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #598ab2 hue: 0.57 , saturation: 0.37 and the lightness value of 598ab2 is 0.52.

The process color (four color CMYK) of #598ab2 color hex is 0.50, 0.22, 0.00, 0.30. Web safe color of #598ab2 is #669999. Color #598ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001010 10110010
Octal 131 212 262
Decimal 89 138 178
Hex 59 8A B2

RGB Percentages of Color #598ab2

%21.98
%34.07
%43.95

CMYK Percentages of Color #598ab2

%50
%22
%0
%30

Triadic Colors of #598ab2

#598ab2 #b2598a #8ab259

Analogous Colors of #598ab2

#598ab2 #595db2 #59b2ae

Monochromatic Colors of #598ab2

#598ab2

Complementary Color

#598ab2 #b28159

#598ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#598ab2 Color CSS Codes

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

#598ab2 Text Font Color

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

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


#598ab2 Background Color

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

This div background color is #598ab2


#598ab2 Border Color

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

This div border color is #598ab2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,138,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598ab2


Comments

No comments written yet.

Please login to write comment.