Color Hex Logo

#598acc Color Hex

#598ACC
(89,138,204)
0 Favorites   0 Comments

Color spaces of #598acc

RGB 89138204
HSL0.600.530.57
HSV214°56°80°
CMYK 0.560.320.00   0.20
XYZ24.107424.660460.6161
Yxy24.66040.22040.2254
Hunter Lab49.6592-0.2497-37.6103
CIE-Lab56.74302.9527-39.1088

#598acc color RGB value is (89,138,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001010 11001100
Octal 131 212 314
Decimal 89 138 204
Hex 59 8A CC

RGB Percentages of Color #598acc

%20.65
%32.02
%47.33

CMYK Percentages of Color #598acc

%56
%32
%0
%20

Triadic Colors of #598acc

#598acc #cc598a #8acc59

Analogous Colors of #598acc

#598acc #6259cc #59c4cc

Monochromatic Colors of #598acc

#598acc

Complementary Color

#598acc #cc9b59

#598acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#598acc Color CSS Codes

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

#598acc Text Font Color

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

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


#598acc Background Color

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

This div background color is #598acc


#598acc Border Color

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

This div border color is #598acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598acc


Comments

No comments written yet.

Please login to write comment.