Color spaces of #59bfdf
RGB | 89 | 191 | 223 |
---|---|---|---|
HSL | 0.54 | 0.68 | 0.61 |
HSV | 194° | 60° | 87° |
CMYK | 0.60 | 0.14 | 0.00 0.13 |
XYZ | 36.0699 | 44.7132 | 76.5415 |
Yxy | 44.7132 | 0.2293 | 0.2842 |
Hunter Lab | 66.8679 | -20.7324 | -21.0597 |
CIE-Lab | 72.7026 | -20.3415 | -24.8960 |
#59bfdf color RGB value is (89,191,223).
#59bfdf hex color red value is 89, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #59bfdf hue: 0.54 , saturation: 0.68 and the lightness value of 59bfdf is 0.61.
The process color (four color CMYK) of #59bfdf color hex is 0.60, 0.14, 0.00, 0.13. Web safe color of #59bfdf is #66cccc. Color #59bfdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 10111111 | 11011111 |
Octal | 131 | 277 | 337 |
Decimal | 89 | 191 | 223 |
Hex | 59 | BF | DF |
Shades of #59bfdf
Tints of #59bfdf
RGB Percentages of Color #59bfdf
CMYK Percentages of Color #59bfdf
Complementary Color
#59bfdf | #df7959 |
#59bfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59bfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#59bfdf Color CSS Codes
.mybgcolor {background-color:#59bfdf; } .myforecolor {color:#59bfdf; } .mybordercolor {border:3px solid #59bfdf; }
#59bfdf Text Font Color
<p style="color:#59bfdf">Text here</p>
This sample text font color is #59bfdf
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.
#59bfdf Background Color
<div style="background-color:#59bfdf">
Div content here</div>
This div background color is #59bfdf
#59bfdf Border Color
<div style="border:3px solid #59bfdf">
Div here</div>
This div border color is #59bfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,191,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59bfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59bfdf; -webkit-box-shadow: 1px 1px 3px 2px #59bfdf; box-shadow: 1px 1px 3px 2px #59bfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,191,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59bfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59bfdf; -webkit-box-shadow: 1px 1px 3px 2px #59bfdf; box-shadow: 1px 1px 3px 2px #59bfdf;">
Div content here</div>
This div box has shadow with color #59bfdf
Comments
No comments written yet.
Please login to write comment.