Color spaces of #5ffdad
RGB | 95 | 253 | 173 |
---|---|---|---|
HSL | 0.42 | 0.98 | 0.68 |
HSV | 150° | 62° | 99° |
CMYK | 0.62 | 0.00 | 0.32 0.01 |
XYZ | 47.3874 | 75.7006 | 51.6493 |
Yxy | 75.7006 | 0.2712 | 0.4332 |
Hunter Lab | 87.0061 | -55.0416 | 25.7080 |
CIE-Lab | 89.7201 | -59.2192 | 26.2976 |
#5ffdad color RGB value is (95,253,173).
#5ffdad hex color red value is 95, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5ffdad hue: 0.42 , saturation: 0.98 and the lightness value of 5ffdad is 0.68.
The process color (four color CMYK) of #5ffdad color hex is 0.62, 0.00, 0.32, 0.01. Web safe color of #5ffdad is #66ff99. Color #5ffdad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11111101 | 10101101 |
Octal | 137 | 375 | 255 |
Decimal | 95 | 253 | 173 |
Hex | 5F | FD | AD |
Shades of #5ffdad
Tints of #5ffdad
RGB Percentages of Color #5ffdad
CMYK Percentages of Color #5ffdad
Complementary Color
#5ffdad | #fd5faf |
#5ffdad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ffdad Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ffdad Color CSS Codes
.mybgcolor {background-color:#5ffdad; } .myforecolor {color:#5ffdad; } .mybordercolor {border:3px solid #5ffdad; }
#5ffdad Text Font Color
<p style="color:#5ffdad">Text here</p>
This sample text font color is #5ffdad
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.
#5ffdad Background Color
<div style="background-color:#5ffdad">
Div content here</div>
This div background color is #5ffdad
#5ffdad Border Color
<div style="border:3px solid #5ffdad">
Div here</div>
This div border color is #5ffdad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,253,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ffdad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ffdad; -webkit-box-shadow: 1px 1px 3px 2px #5ffdad; box-shadow: 1px 1px 3px 2px #5ffdad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,253,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ffdad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ffdad; -webkit-box-shadow: 1px 1px 3px 2px #5ffdad; box-shadow: 1px 1px 3px 2px #5ffdad;">
Div content here</div>
This div box has shadow with color #5ffdad
Comments
No comments written yet.
Please login to write comment.