Color spaces of #5dfbba
RGB | 93 | 251 | 186 |
---|---|---|---|
HSL | 0.43 | 0.95 | 0.67 |
HSV | 155° | 63° | 98° |
CMYK | 0.63 | 0.00 | 0.26 0.02 |
XYZ | 47.8743 | 74.8667 | 58.3819 |
Yxy | 74.8667 | 0.2643 | 0.4133 |
Hunter Lab | 86.5255 | -52.6562 | 20.5628 |
CIE-Lab | 89.3305 | -56.1865 | 19.1233 |
#5dfbba color RGB value is (93,251,186).
#5dfbba hex color red value is 93, green value is 251 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5dfbba hue: 0.43 , saturation: 0.95 and the lightness value of 5dfbba is 0.67.
The process color (four color CMYK) of #5dfbba color hex is 0.63, 0.00, 0.26, 0.02. Web safe color of #5dfbba is #66ffcc. Color #5dfbba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11111011 | 10111010 |
Octal | 135 | 373 | 272 |
Decimal | 93 | 251 | 186 |
Hex | 5D | FB | BA |
Shades of #5dfbba
Tints of #5dfbba
RGB Percentages of Color #5dfbba
CMYK Percentages of Color #5dfbba
Complementary Color
#5dfbba | #fb5d9e |
#5dfbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dfbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dfbba Color CSS Codes
.mybgcolor {background-color:#5dfbba; } .myforecolor {color:#5dfbba; } .mybordercolor {border:3px solid #5dfbba; }
#5dfbba Text Font Color
<p style="color:#5dfbba">Text here</p>
This sample text font color is #5dfbba
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.
#5dfbba Background Color
<div style="background-color:#5dfbba">
Div content here</div>
This div background color is #5dfbba
#5dfbba Border Color
<div style="border:3px solid #5dfbba">
Div here</div>
This div border color is #5dfbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,251,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dfbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dfbba; -webkit-box-shadow: 1px 1px 3px 2px #5dfbba; box-shadow: 1px 1px 3px 2px #5dfbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,251,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dfbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dfbba; -webkit-box-shadow: 1px 1px 3px 2px #5dfbba; box-shadow: 1px 1px 3px 2px #5dfbba;">
Div content here</div>
This div box has shadow with color #5dfbba
Comments
No comments written yet.
Please login to write comment.