Color Hex Logo

#598bec Color Hex

#598BEC
(89,139,236)
0 Favorites   0 Comments

Color spaces of #598bec

RGB 89139236
HSL0.610.790.64
HSV220°62°93°
CMYK 0.620.410.00   0.07
XYZ28.492826.645282.9982
Yxy26.64520.20630.1929
Hunter Lab51.61908.1957-59.1991
CIE-Lab58.644512.8897-54.0002

#598bec color RGB value is (89,139,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001011 11101100
Octal 131 213 354
Decimal 89 139 236
Hex 59 8B EC

RGB Percentages of Color #598bec

%19.18
%29.96
%50.86

CMYK Percentages of Color #598bec

%62
%41
%0
%7

Triadic Colors of #598bec

#598bec #ec598b #8bec59

Analogous Colors of #598bec

#598bec #7159ec #59d5ec

Monochromatic Colors of #598bec

#598bec

Complementary Color

#598bec #ecba59

#598bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#598bec Color CSS Codes

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

#598bec Text Font Color

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

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


#598bec Background Color

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

This div background color is #598bec


#598bec Border Color

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

This div border color is #598bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598bec


Comments

No comments written yet.

Please login to write comment.