Color Hex Logo

#598daf Color Hex

#598DAF
(89,141,175)
0 Favorites   0 Comments

Color spaces of #598daf

RGB 89141175
HSL0.570.350.52
HSV204°49°69°
CMYK 0.490.190.00   0.31
XYZ21.382624.268744.1148
Yxy24.26870.23820.2704
Hunter Lab49.2633-8.7332-18.6094
CIE-Lab56.3558-7.7826-23.2405

#598daf color RGB value is (89,141,175).

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

The process color (four color CMYK) of #598daf color hex is 0.49, 0.19, 0.00, 0.31. Web safe color of #598daf is #669999. Color #598daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001101 10101111
Octal 131 215 257
Decimal 89 141 175
Hex 59 8D AF

RGB Percentages of Color #598daf

%21.98
%34.81
%43.21

CMYK Percentages of Color #598daf

%49
%19
%0
%31

Triadic Colors of #598daf

#598daf #af598d #8daf59

Analogous Colors of #598daf

#598daf #5962af #59afa6

Monochromatic Colors of #598daf

#598daf

Complementary Color

#598daf #af7b59

#598daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#598daf Color CSS Codes

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

#598daf Text Font Color

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

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


#598daf Background Color

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

This div background color is #598daf


#598daf Border Color

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

This div border color is #598daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598daf


Comments

No comments written yet.

Please login to write comment.