Color spaces of #59bced
RGB | 89 | 188 | 237 |
---|---|---|---|
HSL | 0.56 | 0.80 | 0.64 |
HSV | 200° | 62° | 93° |
CMYK | 0.62 | 0.21 | 0.00 0.07 |
XYZ | 37.3891 | 44.2047 | 86.6825 |
Yxy | 44.2047 | 0.2222 | 0.2627 |
Hunter Lab | 66.4866 | -15.9712 | -30.7592 |
CIE-Lab | 72.3651 | -14.5262 | -33.0083 |
#59bced color RGB value is (89,188,237).
#59bced hex color red value is 89, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #59bced hue: 0.56 , saturation: 0.80 and the lightness value of 59bced is 0.64.
The process color (four color CMYK) of #59bced color hex is 0.62, 0.21, 0.00, 0.07. Web safe color of #59bced is #66ccff. Color #59bced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 10111100 | 11101101 |
Octal | 131 | 274 | 355 |
Decimal | 89 | 188 | 237 |
Hex | 59 | BC | ED |
Shades of #59bced
Tints of #59bced
RGB Percentages of Color #59bced
CMYK Percentages of Color #59bced
Complementary Color
#59bced | #ed8a59 |
#59bced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59bced Color Preview on White Background
Lorem ipsum dolor sit amet.
#59bced Color CSS Codes
.mybgcolor {background-color:#59bced; } .myforecolor {color:#59bced; } .mybordercolor {border:3px solid #59bced; }
#59bced Text Font Color
<p style="color:#59bced">Text here</p>
This sample text font color is #59bced
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.
#59bced Background Color
<div style="background-color:#59bced">
Div content here</div>
This div background color is #59bced
#59bced Border Color
<div style="border:3px solid #59bced">
Div here</div>
This div border color is #59bced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,188,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59bced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59bced; -webkit-box-shadow: 1px 1px 3px 2px #59bced; box-shadow: 1px 1px 3px 2px #59bced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,188,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59bced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59bced; -webkit-box-shadow: 1px 1px 3px 2px #59bced; box-shadow: 1px 1px 3px 2px #59bced;">
Div content here</div>
This div box has shadow with color #59bced
Comments
No comments written yet.
Please login to write comment.