Color spaces of #5dfaad
RGB | 93 | 250 | 173 |
---|---|---|---|
HSL | 0.42 | 0.94 | 0.67 |
HSV | 151° | 63° | 98° |
CMYK | 0.63 | 0.00 | 0.31 0.02 |
XYZ | 46.2426 | 73.7155 | 51.3264 |
Yxy | 73.7155 | 0.2700 | 0.4304 |
Hunter Lab | 85.8577 | -54.1117 | 24.6564 |
CIE-Lab | 88.7878 | -58.4195 | 25.0159 |
#5dfaad color RGB value is (93,250,173).
#5dfaad hex color red value is 93, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5dfaad hue: 0.42 , saturation: 0.94 and the lightness value of 5dfaad is 0.67.
The process color (four color CMYK) of #5dfaad color hex is 0.63, 0.00, 0.31, 0.02. Web safe color of #5dfaad is #66ff99. Color #5dfaad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11111010 | 10101101 |
Octal | 135 | 372 | 255 |
Decimal | 93 | 250 | 173 |
Hex | 5D | FA | AD |
Shades of #5dfaad
Tints of #5dfaad
RGB Percentages of Color #5dfaad
CMYK Percentages of Color #5dfaad
Complementary Color
#5dfaad | #fa5daa |
#5dfaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dfaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dfaad Color CSS Codes
.mybgcolor {background-color:#5dfaad; } .myforecolor {color:#5dfaad; } .mybordercolor {border:3px solid #5dfaad; }
#5dfaad Text Font Color
<p style="color:#5dfaad">Text here</p>
This sample text font color is #5dfaad
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.
#5dfaad Background Color
<div style="background-color:#5dfaad">
Div content here</div>
This div background color is #5dfaad
#5dfaad Border Color
<div style="border:3px solid #5dfaad">
Div here</div>
This div border color is #5dfaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,250,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dfaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dfaad; -webkit-box-shadow: 1px 1px 3px 2px #5dfaad; box-shadow: 1px 1px 3px 2px #5dfaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,250,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 #5dfaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dfaad; -webkit-box-shadow: 1px 1px 3px 2px #5dfaad; box-shadow: 1px 1px 3px 2px #5dfaad;">
Div content here</div>
This div box has shadow with color #5dfaad
Comments
No comments written yet.
Please login to write comment.