Color spaces of #59fede
RGB | 89 | 254 | 222 |
---|---|---|---|
HSL | 0.47 | 0.99 | 0.67 |
HSV | 168° | 65° | 100° |
CMYK | 0.65 | 0.00 | 0.13 0.00 |
XYZ | 52.7465 | 78.2814 | 81.4370 |
Yxy | 78.2814 | 0.2483 | 0.3684 |
Hunter Lab | 88.4768 | -48.4194 | 7.3612 |
CIE-Lab | 90.9082 | -49.9246 | 2.7796 |
#59fede color RGB value is (89,254,222).
#59fede hex color red value is 89, green value is 254 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #59fede hue: 0.47 , saturation: 0.99 and the lightness value of 59fede is 0.67.
The process color (four color CMYK) of #59fede color hex is 0.65, 0.00, 0.13, 0.00. Web safe color of #59fede is #66ffcc. Color #59fede contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 11111110 | 11011110 |
Octal | 131 | 376 | 336 |
Decimal | 89 | 254 | 222 |
Hex | 59 | FE | DE |
Shades of #59fede
Tints of #59fede
RGB Percentages of Color #59fede
CMYK Percentages of Color #59fede
Complementary Color
#59fede | #fe5979 |
#59fede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59fede Color Preview on White Background
Lorem ipsum dolor sit amet.
#59fede Color CSS Codes
.mybgcolor {background-color:#59fede; } .myforecolor {color:#59fede; } .mybordercolor {border:3px solid #59fede; }
#59fede Text Font Color
<p style="color:#59fede">Text here</p>
This sample text font color is #59fede
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.
#59fede Background Color
<div style="background-color:#59fede">
Div content here</div>
This div background color is #59fede
#59fede Border Color
<div style="border:3px solid #59fede">
Div here</div>
This div border color is #59fede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,254,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59fede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59fede; -webkit-box-shadow: 1px 1px 3px 2px #59fede; box-shadow: 1px 1px 3px 2px #59fede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,254,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59fede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59fede; -webkit-box-shadow: 1px 1px 3px 2px #59fede; box-shadow: 1px 1px 3px 2px #59fede;">
Div content here</div>
This div box has shadow with color #59fede
Comments
No comments written yet.
Please login to write comment.