Color Hex Logo

#598cde Color Hex

#598CDE
(89,140,222)
0 Favorites   0 Comments

Color spaces of #598cde

RGB 89140222
HSL0.600.670.61
HSV217°60°87°
CMYK 0.600.370.00   0.13
XYZ26.682726.153972.7491
Yxy26.15390.21250.2083
Hunter Lab51.14093.6356-48.5428
CIE-Lab58.18287.6377-46.9433

#598cde color RGB value is (89,140,222).

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

The process color (four color CMYK) of #598cde color hex is 0.60, 0.37, 0.00, 0.13. Web safe color of #598cde is #6699cc. Color #598cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001100 11011110
Octal 131 214 336
Decimal 89 140 222
Hex 59 8C DE

RGB Percentages of Color #598cde

%19.73
%31.04
%49.22

CMYK Percentages of Color #598cde

%60
%37
%0
%13

Triadic Colors of #598cde

#598cde #de598c #8cde59

Analogous Colors of #598cde

#598cde #6959de #59cfde

Monochromatic Colors of #598cde

#598cde

Complementary Color

#598cde #deab59

#598cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#598cde Color CSS Codes

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

#598cde Text Font Color

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

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


#598cde Background Color

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

This div background color is #598cde


#598cde Border Color

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

This div border color is #598cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598cde


Comments

No comments written yet.

Please login to write comment.