Color spaces of #59bfcf
RGB | 89 | 191 | 207 |
---|---|---|---|
HSL | 0.52 | 0.55 | 0.58 |
HSV | 188° | 57° | 81° |
CMYK | 0.57 | 0.08 | 0.00 0.19 |
XYZ | 34.0131 | 43.8904 | 65.7105 |
Yxy | 43.8904 | 0.2368 | 0.3056 |
Hunter Lab | 66.2498 | -24.2941 | -12.4324 |
CIE-Lab | 72.1552 | -24.9975 | -17.0219 |
#59bfcf color RGB value is (89,191,207).
#59bfcf hex color red value is 89, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #59bfcf hue: 0.52 , saturation: 0.55 and the lightness value of 59bfcf is 0.58.
The process color (four color CMYK) of #59bfcf color hex is 0.57, 0.08, 0.00, 0.19. Web safe color of #59bfcf is #66cccc. Color #59bfcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 10111111 | 11001111 |
Octal | 131 | 277 | 317 |
Decimal | 89 | 191 | 207 |
Hex | 59 | BF | CF |
Shades of #59bfcf
Tints of #59bfcf
RGB Percentages of Color #59bfcf
CMYK Percentages of Color #59bfcf
Complementary Color
#59bfcf | #cf6959 |
#59bfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59bfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#59bfcf Color CSS Codes
.mybgcolor {background-color:#59bfcf; } .myforecolor {color:#59bfcf; } .mybordercolor {border:3px solid #59bfcf; }
#59bfcf Text Font Color
<p style="color:#59bfcf">Text here</p>
This sample text font color is #59bfcf
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.
#59bfcf Background Color
<div style="background-color:#59bfcf">
Div content here</div>
This div background color is #59bfcf
#59bfcf Border Color
<div style="border:3px solid #59bfcf">
Div here</div>
This div border color is #59bfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,191,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59bfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59bfcf; -webkit-box-shadow: 1px 1px 3px 2px #59bfcf; box-shadow: 1px 1px 3px 2px #59bfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,191,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59bfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59bfcf; -webkit-box-shadow: 1px 1px 3px 2px #59bfcf; box-shadow: 1px 1px 3px 2px #59bfcf;">
Div content here</div>
This div box has shadow with color #59bfcf
Comments
No comments written yet.
Please login to write comment.