Color spaces of #5ffbac
RGB | 95 | 251 | 172 |
---|---|---|---|
HSL | 0.42 | 0.95 | 0.68 |
HSV | 150° | 62° | 98° |
CMYK | 0.62 | 0.00 | 0.31 0.02 |
XYZ | 46.6629 | 74.4058 | 50.9321 |
Yxy | 74.4058 | 0.2713 | 0.4326 |
Hunter Lab | 86.2588 | -54.3908 | 25.3730 |
CIE-Lab | 89.1139 | -58.6371 | 25.9777 |
#5ffbac color RGB value is (95,251,172).
#5ffbac hex color red value is 95, green value is 251 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5ffbac hue: 0.42 , saturation: 0.95 and the lightness value of 5ffbac is 0.68.
The process color (four color CMYK) of #5ffbac color hex is 0.62, 0.00, 0.31, 0.02. Web safe color of #5ffbac is #66ff99. Color #5ffbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11111011 | 10101100 |
Octal | 137 | 373 | 254 |
Decimal | 95 | 251 | 172 |
Hex | 5F | FB | AC |
Shades of #5ffbac
Tints of #5ffbac
RGB Percentages of Color #5ffbac
CMYK Percentages of Color #5ffbac
Complementary Color
#5ffbac | #fb5fae |
#5ffbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ffbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ffbac Color CSS Codes
.mybgcolor {background-color:#5ffbac; } .myforecolor {color:#5ffbac; } .mybordercolor {border:3px solid #5ffbac; }
#5ffbac Text Font Color
<p style="color:#5ffbac">Text here</p>
This sample text font color is #5ffbac
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.
#5ffbac Background Color
<div style="background-color:#5ffbac">
Div content here</div>
This div background color is #5ffbac
#5ffbac Border Color
<div style="border:3px solid #5ffbac">
Div here</div>
This div border color is #5ffbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,251,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ffbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ffbac; -webkit-box-shadow: 1px 1px 3px 2px #5ffbac; box-shadow: 1px 1px 3px 2px #5ffbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,251,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ffbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ffbac; -webkit-box-shadow: 1px 1px 3px 2px #5ffbac; box-shadow: 1px 1px 3px 2px #5ffbac;">
Div content here</div>
This div box has shadow with color #5ffbac
Comments
No comments written yet.
Please login to write comment.