Color Hex Logo

#598ddc Color Hex

#598DDC
(89,141,220)
0 Favorites   0 Comments

Color spaces of #598ddc

RGB 89141220
HSL0.600.650.61
HSV216°60°86°
CMYK 0.600.360.00   0.14
XYZ26.563026.340971.3944
Yxy26.34090.21370.2119
Hunter Lab51.32342.5688-46.5501
CIE-Lab58.35926.3871-45.5471

#598ddc color RGB value is (89,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001101 11011100
Octal 131 215 334
Decimal 89 141 220
Hex 59 8D DC

RGB Percentages of Color #598ddc

%19.78
%31.33
%48.89

CMYK Percentages of Color #598ddc

%60
%36
%0
%14

Triadic Colors of #598ddc

#598ddc #dc598d #8ddc59

Analogous Colors of #598ddc

#598ddc #6759dc #59cfdc

Monochromatic Colors of #598ddc

#598ddc

Complementary Color

#598ddc #dca859

#598ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#598ddc Color CSS Codes

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

#598ddc Text Font Color

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

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


#598ddc Background Color

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

This div background color is #598ddc


#598ddc Border Color

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

This div border color is #598ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598ddc


Comments

No comments written yet.

Please login to write comment.