Color Hex Logo

#598aca Color Hex

#598ACA
(89,138,202)
0 Favorites   0 Comments

Color spaces of #598aca

RGB 89138202
HSL0.590.520.57
HSV214°56°79°
CMYK 0.560.320.00   0.21
XYZ23.869024.565159.3606
Yxy24.56510.22140.2279
Hunter Lab49.5632-0.7723-36.3159
CIE-Lab56.64922.3103-38.1267

#598aca color RGB value is (89,138,202).

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

The process color (four color CMYK) of #598aca color hex is 0.56, 0.32, 0.00, 0.21. Web safe color of #598aca is #6699cc. Color #598aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001010 11001010
Octal 131 212 312
Decimal 89 138 202
Hex 59 8A CA

RGB Percentages of Color #598aca

%20.75
%32.17
%47.09

CMYK Percentages of Color #598aca

%56
%32
%0
%21

Triadic Colors of #598aca

#598aca #ca598a #8aca59

Analogous Colors of #598aca

#598aca #6059ca #59c3ca

Monochromatic Colors of #598aca

#598aca

Complementary Color

#598aca #ca9959

#598aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#598aca Color CSS Codes

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

#598aca Text Font Color

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

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


#598aca Background Color

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

This div background color is #598aca


#598aca Border Color

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

This div border color is #598aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598aca


Comments

No comments written yet.

Please login to write comment.