Color Hex Logo

#598cdc Color Hex

#598CDC
(89,140,220)
0 Favorites   0 Comments

Color spaces of #598cdc

RGB 89140220
HSL0.600.650.61
HSV217°60°86°
CMYK 0.600.360.00   0.14
XYZ26.416226.047371.3455
Yxy26.04730.21340.2104
Hunter Lab51.03663.0765-47.1576
CIE-Lab58.08196.9791-45.9855

#598cdc color RGB value is (89,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001100 11011100
Octal 131 214 334
Decimal 89 140 220
Hex 59 8C DC

RGB Percentages of Color #598cdc

%19.82
%31.18
%49.00

CMYK Percentages of Color #598cdc

%60
%36
%0
%14

Triadic Colors of #598cdc

#598cdc #dc598c #8cdc59

Analogous Colors of #598cdc

#598cdc #6859dc #59cedc

Monochromatic Colors of #598cdc

#598cdc

Complementary Color

#598cdc #dca959

#598cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#598cdc Color CSS Codes

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

#598cdc Text Font Color

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

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


#598cdc Background Color

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

This div background color is #598cdc


#598cdc Border Color

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

This div border color is #598cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598cdc


Comments

No comments written yet.

Please login to write comment.