Color Hex Logo

#598abe Color Hex

#598ABE
(89,138,190)
0 Favorites   0 Comments

Color spaces of #598abe

RGB 89138190
HSL0.590.440.55
HSV211°53°75°
CMYK 0.530.270.00   0.25
XYZ22.502624.018552.1652
Yxy24.01850.22800.2434
Hunter Lab49.0087-3.8059-28.8027
CIE-Lab56.1063-1.4877-32.1749

#598abe color RGB value is (89,138,190).

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

The process color (four color CMYK) of #598abe color hex is 0.53, 0.27, 0.00, 0.25. Web safe color of #598abe is #6699cc. Color #598abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001010 10111110
Octal 131 212 276
Decimal 89 138 190
Hex 59 8A BE

RGB Percentages of Color #598abe

%21.34
%33.09
%45.56

CMYK Percentages of Color #598abe

%53
%27
%0
%25

Triadic Colors of #598abe

#598abe #be598a #8abe59

Analogous Colors of #598abe

#598abe #5b59be #59bdbe

Monochromatic Colors of #598abe

#598abe

Complementary Color

#598abe #be8d59

#598abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#598abe Color CSS Codes

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

#598abe Text Font Color

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

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


#598abe Background Color

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

This div background color is #598abe


#598abe Border Color

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

This div border color is #598abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598abe


Comments

No comments written yet.

Please login to write comment.