Color Hex Logo

#598aeb Color Hex

#598AEB
(89,138,235)
0 Favorites   0 Comments

Color spaces of #598aeb

RGB 89138235
HSL0.610.780.64
HSV220°62°92°
CMYK 0.620.410.00   0.08
XYZ28.203726.299082.1870
Yxy26.29900.20630.1924
Hunter Lab51.28268.4246-59.1222
CIE-Lab58.319813.1536-53.9629

#598aeb color RGB value is (89,138,235).

#598aeb hex color red value is 89, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #598aeb hue: 0.61 , saturation: 0.78 and the lightness value of 598aeb is 0.64.

The process color (four color CMYK) of #598aeb color hex is 0.62, 0.41, 0.00, 0.08. Web safe color of #598aeb is #6699ff. Color #598aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001010 11101011
Octal 131 212 353
Decimal 89 138 235
Hex 59 8A EB

RGB Percentages of Color #598aeb

%19.26
%29.87
%50.87

CMYK Percentages of Color #598aeb

%62
%41
%0
%8

Triadic Colors of #598aeb

#598aeb #eb598a #8aeb59

Analogous Colors of #598aeb

#598aeb #7159eb #59d3eb

Monochromatic Colors of #598aeb

#598aeb

Complementary Color

#598aeb #ebba59

#598aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#598aeb Color CSS Codes

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

#598aeb Text Font Color

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

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


#598aeb Background Color

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

This div background color is #598aeb


#598aeb Border Color

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

This div border color is #598aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598aeb


Comments

No comments written yet.

Please login to write comment.