Color spaces of #5fdaaf
RGB | 95 | 218 | 175 |
---|---|---|---|
HSL | 0.44 | 0.62 | 0.61 |
HSV | 159° | 56° | 85° |
CMYK | 0.56 | 0.00 | 0.20 0.15 |
XYZ | 37.5286 | 55.6708 | 49.3250 |
Yxy | 55.6708 | 0.2633 | 0.3906 |
Hunter Lab | 74.6129 | -40.7910 | 13.0336 |
CIE-Lab | 79.4261 | -44.5064 | 10.9250 |
#5fdaaf color RGB value is (95,218,175).
#5fdaaf hex color red value is 95, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5fdaaf hue: 0.44 , saturation: 0.62 and the lightness value of 5fdaaf is 0.61.
The process color (four color CMYK) of #5fdaaf color hex is 0.56, 0.00, 0.20, 0.15. Web safe color of #5fdaaf is #66cc99. Color #5fdaaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11011010 | 10101111 |
Octal | 137 | 332 | 257 |
Decimal | 95 | 218 | 175 |
Hex | 5F | DA | AF |
Shades of #5fdaaf
Tints of #5fdaaf
RGB Percentages of Color #5fdaaf
CMYK Percentages of Color #5fdaaf
Complementary Color
#5fdaaf | #da5f8a |
#5fdaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fdaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fdaaf Color CSS Codes
.mybgcolor {background-color:#5fdaaf; } .myforecolor {color:#5fdaaf; } .mybordercolor {border:3px solid #5fdaaf; }
#5fdaaf Text Font Color
<p style="color:#5fdaaf">Text here</p>
This sample text font color is #5fdaaf
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.
#5fdaaf Background Color
<div style="background-color:#5fdaaf">
Div content here</div>
This div background color is #5fdaaf
#5fdaaf Border Color
<div style="border:3px solid #5fdaaf">
Div here</div>
This div border color is #5fdaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,218,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fdaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fdaaf; -webkit-box-shadow: 1px 1px 3px 2px #5fdaaf; box-shadow: 1px 1px 3px 2px #5fdaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,218,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5fdaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fdaaf; -webkit-box-shadow: 1px 1px 3px 2px #5fdaaf; box-shadow: 1px 1px 3px 2px #5fdaaf;">
Div content here</div>
This div box has shadow with color #5fdaaf
Comments
No comments written yet.
Please login to write comment.