Color Hex Logo

#598caa Color Hex

#598CAA
(89,140,170)
0 Favorites   0 Comments

Color spaces of #598caa

RGB 89140170
HSL0.560.320.51
HSV202°48°67°
CMYK 0.480.180.00   0.33
XYZ20.753623.782341.5268
Yxy23.78230.24110.2763
Hunter Lab48.7671-9.3790-16.3504
CIE-Lab55.8692-8.6964-21.1271

#598caa color RGB value is (89,140,170).

#598caa hex color red value is 89, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #598caa hue: 0.56 , saturation: 0.32 and the lightness value of 598caa is 0.51.

The process color (four color CMYK) of #598caa color hex is 0.48, 0.18, 0.00, 0.33. Web safe color of #598caa is #669999. Color #598caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001100 10101010
Octal 131 214 252
Decimal 89 140 170
Hex 59 8C AA

RGB Percentages of Color #598caa

%22.31
%35.09
%42.61

CMYK Percentages of Color #598caa

%48
%18
%0
%33

Triadic Colors of #598caa

#598caa #aa598c #8caa59

Analogous Colors of #598caa

#598caa #5964aa #59aaa0

Monochromatic Colors of #598caa

#598caa

Complementary Color

#598caa #aa7759

#598caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#598caa Color CSS Codes

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

#598caa Text Font Color

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

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


#598caa Background Color

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

This div background color is #598caa


#598caa Border Color

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

This div border color is #598caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598caa


Comments

No comments written yet.

Please login to write comment.