Color spaces of #59fffd
RGB | 89 | 255 | 253 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.67 |
HSV | 179° | 65° | 100° |
CMYK | 0.65 | 0.00 | 0.01 0.00 |
XYZ | 57.6094 | 80.7357 | 105.4757 |
Yxy | 80.7357 | 0.2363 | 0.3311 |
Hunter Lab | 89.8530 | -42.7973 | -6.7016 |
CIE-Lab | 92.0140 | -42.4333 | -11.6607 |
#59fffd color RGB value is (89,255,253).
#59fffd hex color red value is 89, green value is 255 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #59fffd hue: 0.50 , saturation: 1.00 and the lightness value of 59fffd is 0.67.
The process color (four color CMYK) of #59fffd color hex is 0.65, 0.00, 0.01, 0.00. Web safe color of #59fffd is #66ffff. Color #59fffd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 11111111 | 11111101 |
Octal | 131 | 377 | 375 |
Decimal | 89 | 255 | 253 |
Hex | 59 | FF | FD |
Shades of #59fffd
Tints of #59fffd
RGB Percentages of Color #59fffd
CMYK Percentages of Color #59fffd
Complementary Color
#59fffd | #ff595b |
#59fffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59fffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#59fffd Color CSS Codes
.mybgcolor {background-color:#59fffd; } .myforecolor {color:#59fffd; } .mybordercolor {border:3px solid #59fffd; }
#59fffd Text Font Color
<p style="color:#59fffd">Text here</p>
This sample text font color is #59fffd
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.
#59fffd Background Color
<div style="background-color:#59fffd">
Div content here</div>
This div background color is #59fffd
#59fffd Border Color
<div style="border:3px solid #59fffd">
Div here</div>
This div border color is #59fffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,255,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59fffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59fffd; -webkit-box-shadow: 1px 1px 3px 2px #59fffd; box-shadow: 1px 1px 3px 2px #59fffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,255,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59fffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59fffd; -webkit-box-shadow: 1px 1px 3px 2px #59fffd; box-shadow: 1px 1px 3px 2px #59fffd;">
Div content here</div>
This div box has shadow with color #59fffd
Related Colors
Comments
No comments written yet.
Please login to write comment.