Color spaces of #5fdfbe
RGB | 95 | 223 | 190 |
---|---|---|---|
HSL | 0.46 | 0.67 | 0.62 |
HSV | 165° | 57° | 87° |
CMYK | 0.57 | 0.00 | 0.15 0.13 |
XYZ | 40.4013 | 58.9260 | 57.9597 |
Yxy | 58.9260 | 0.2569 | 0.3746 |
Hunter Lab | 76.7633 | -40.3893 | 8.9677 |
CIE-Lab | 81.2509 | -43.2417 | 5.5855 |
#5fdfbe color RGB value is (95,223,190).
#5fdfbe hex color red value is 95, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5fdfbe hue: 0.46 , saturation: 0.67 and the lightness value of 5fdfbe is 0.62.
The process color (four color CMYK) of #5fdfbe color hex is 0.57, 0.00, 0.15, 0.13. Web safe color of #5fdfbe is #66cccc. Color #5fdfbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11011111 | 10111110 |
Octal | 137 | 337 | 276 |
Decimal | 95 | 223 | 190 |
Hex | 5F | DF | BE |
Shades of #5fdfbe
Tints of #5fdfbe
RGB Percentages of Color #5fdfbe
CMYK Percentages of Color #5fdfbe
Complementary Color
#5fdfbe | #df5f80 |
#5fdfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fdfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fdfbe Color CSS Codes
.mybgcolor {background-color:#5fdfbe; } .myforecolor {color:#5fdfbe; } .mybordercolor {border:3px solid #5fdfbe; }
#5fdfbe Text Font Color
<p style="color:#5fdfbe">Text here</p>
This sample text font color is #5fdfbe
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.
#5fdfbe Background Color
<div style="background-color:#5fdfbe">
Div content here</div>
This div background color is #5fdfbe
#5fdfbe Border Color
<div style="border:3px solid #5fdfbe">
Div here</div>
This div border color is #5fdfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,223,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fdfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fdfbe; -webkit-box-shadow: 1px 1px 3px 2px #5fdfbe; box-shadow: 1px 1px 3px 2px #5fdfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,223,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5fdfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fdfbe; -webkit-box-shadow: 1px 1px 3px 2px #5fdfbe; box-shadow: 1px 1px 3px 2px #5fdfbe;">
Div content here</div>
This div box has shadow with color #5fdfbe
Comments
No comments written yet.
Please login to write comment.