Color spaces of #598acc
RGB | 89 | 138 | 204 |
---|---|---|---|
HSL | 0.60 | 0.53 | 0.57 |
HSV | 214° | 56° | 80° |
CMYK | 0.56 | 0.32 | 0.00 0.20 |
XYZ | 24.1074 | 24.6604 | 60.6161 |
Yxy | 24.6604 | 0.2204 | 0.2254 |
Hunter Lab | 49.6592 | -0.2497 | -37.6103 |
CIE-Lab | 56.7430 | 2.9527 | -39.1088 |
#598acc color RGB value is (89,138,204).
#598acc hex color red value is 89, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #598acc hue: 0.60 , saturation: 0.53 and the lightness value of 598acc is 0.57.
The process color (four color CMYK) of #598acc color hex is 0.56, 0.32, 0.00, 0.20. Web safe color of #598acc is #6699cc. Color #598acc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 10001010 | 11001100 |
Octal | 131 | 212 | 314 |
Decimal | 89 | 138 | 204 |
Hex | 59 | 8A | CC |
Shades of #598acc
Tints of #598acc
RGB Percentages of Color #598acc
CMYK Percentages of Color #598acc
Complementary Color
#598acc | #cc9b59 |
#598acc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#598acc Color Preview on White Background
Lorem ipsum dolor sit amet.
#598acc Color CSS Codes
.mybgcolor {background-color:#598acc; } .myforecolor {color:#598acc; } .mybordercolor {border:3px solid #598acc; }
#598acc Text Font Color
<p style="color:#598acc">Text here</p>
This sample text font color is #598acc
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.
#598acc Background Color
<div style="background-color:#598acc">
Div content here</div>
This div background color is #598acc
#598acc Border Color
<div style="border:3px solid #598acc">
Div here</div>
This div border color is #598acc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,138,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #598acc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #598acc; -webkit-box-shadow: 1px 1px 3px 2px #598acc; box-shadow: 1px 1px 3px 2px #598acc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,138,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #598acc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #598acc; -webkit-box-shadow: 1px 1px 3px 2px #598acc; box-shadow: 1px 1px 3px 2px #598acc;">
Div content here</div>
This div box has shadow with color #598acc
Comments
No comments written yet.
Please login to write comment.