Color Hex Logo

#598ceb Color Hex

#598CEB
(89,140,235)
0 Favorites   0 Comments

Color spaces of #598ceb

RGB 89140235
HSL0.610.780.64
HSV219°62°92°
CMYK 0.620.400.00   0.08
XYZ28.493326.878282.2835
Yxy26.87820.20700.1953
Hunter Lab51.84427.3754-57.8100
CIE-Lab58.861411.9565-53.1003

#598ceb color RGB value is (89,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001100 11101011
Octal 131 214 353
Decimal 89 140 235
Hex 59 8C EB

RGB Percentages of Color #598ceb

%19.18
%30.17
%50.65

CMYK Percentages of Color #598ceb

%62
%40
%0
%8

Triadic Colors of #598ceb

#598ceb #eb598c #8ceb59

Analogous Colors of #598ceb

#598ceb #6f59eb #59d5eb

Monochromatic Colors of #598ceb

#598ceb

Complementary Color

#598ceb #ebb859

#598ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#598ceb Color CSS Codes

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

#598ceb Text Font Color

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

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


#598ceb Background Color

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

This div background color is #598ceb


#598ceb Border Color

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

This div border color is #598ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,140,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 #598ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598ceb


Comments

No comments written yet.

Please login to write comment.