Color spaces of #5ffcad
RGB | 95 | 252 | 173 |
---|---|---|---|
HSL | 0.42 | 0.96 | 0.68 |
HSV | 150° | 62° | 99° |
CMYK | 0.62 | 0.00 | 0.31 0.01 |
XYZ | 47.0725 | 75.0708 | 51.5443 |
Yxy | 75.0708 | 0.2710 | 0.4322 |
Hunter Lab | 86.6434 | -54.6487 | 25.3787 |
CIE-Lab | 89.4261 | -58.8322 | 25.8965 |
#5ffcad color RGB value is (95,252,173).
#5ffcad hex color red value is 95, green value is 252 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5ffcad hue: 0.42 , saturation: 0.96 and the lightness value of 5ffcad is 0.68.
The process color (four color CMYK) of #5ffcad color hex is 0.62, 0.00, 0.31, 0.01. Web safe color of #5ffcad is #66ff99. Color #5ffcad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11111100 | 10101101 |
Octal | 137 | 374 | 255 |
Decimal | 95 | 252 | 173 |
Hex | 5F | FC | AD |
Shades of #5ffcad
Tints of #5ffcad
RGB Percentages of Color #5ffcad
CMYK Percentages of Color #5ffcad
Complementary Color
#5ffcad | #fc5fae |
#5ffcad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ffcad Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ffcad Color CSS Codes
.mybgcolor {background-color:#5ffcad; } .myforecolor {color:#5ffcad; } .mybordercolor {border:3px solid #5ffcad; }
#5ffcad Text Font Color
<p style="color:#5ffcad">Text here</p>
This sample text font color is #5ffcad
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.
#5ffcad Background Color
<div style="background-color:#5ffcad">
Div content here</div>
This div background color is #5ffcad
#5ffcad Border Color
<div style="border:3px solid #5ffcad">
Div here</div>
This div border color is #5ffcad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,252,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ffcad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ffcad; -webkit-box-shadow: 1px 1px 3px 2px #5ffcad; box-shadow: 1px 1px 3px 2px #5ffcad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,252,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 #5ffcad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ffcad; -webkit-box-shadow: 1px 1px 3px 2px #5ffcad; box-shadow: 1px 1px 3px 2px #5ffcad;">
Div content here</div>
This div box has shadow with color #5ffcad
Comments
No comments written yet.
Please login to write comment.