Color spaces of #5ffdfb
RGB | 95 | 253 | 251 |
---|---|---|---|
HSL | 0.50 | 0.98 | 0.68 |
HSV | 179° | 62° | 99° |
CMYK | 0.62 | 0.00 | 0.01 0.01 |
XYZ | 57.2572 | 79.6485 | 103.6227 |
Yxy | 79.6485 | 0.2380 | 0.3311 |
Hunter Lab | 89.2460 | -41.6610 | -6.3689 |
CIE-Lab | 91.5269 | -41.1980 | -11.3347 |
#5ffdfb color RGB value is (95,253,251).
#5ffdfb hex color red value is 95, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5ffdfb hue: 0.50 , saturation: 0.98 and the lightness value of 5ffdfb is 0.68.
The process color (four color CMYK) of #5ffdfb color hex is 0.62, 0.00, 0.01, 0.01. Web safe color of #5ffdfb is #66ffff. Color #5ffdfb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11111101 | 11111011 |
Octal | 137 | 375 | 373 |
Decimal | 95 | 253 | 251 |
Hex | 5F | FD | FB |
Shades of #5ffdfb
Tints of #5ffdfb
RGB Percentages of Color #5ffdfb
CMYK Percentages of Color #5ffdfb
Complementary Color
#5ffdfb | #fd5f61 |
#5ffdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ffdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ffdfb Color CSS Codes
.mybgcolor {background-color:#5ffdfb; } .myforecolor {color:#5ffdfb; } .mybordercolor {border:3px solid #5ffdfb; }
#5ffdfb Text Font Color
<p style="color:#5ffdfb">Text here</p>
This sample text font color is #5ffdfb
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.
#5ffdfb Background Color
<div style="background-color:#5ffdfb">
Div content here</div>
This div background color is #5ffdfb
#5ffdfb Border Color
<div style="border:3px solid #5ffdfb">
Div here</div>
This div border color is #5ffdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,253,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ffdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ffdfb; -webkit-box-shadow: 1px 1px 3px 2px #5ffdfb; box-shadow: 1px 1px 3px 2px #5ffdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,253,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ffdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ffdfb; -webkit-box-shadow: 1px 1px 3px 2px #5ffdfb; box-shadow: 1px 1px 3px 2px #5ffdfb;">
Div content here</div>
This div box has shadow with color #5ffdfb
Comments
No comments written yet.
Please login to write comment.