Color spaces of #9ffadd
RGB | 159 | 250 | 221 |
---|---|---|---|
HSL | 0.45 | 0.90 | 0.80 |
HSV | 161° | 36° | 98° |
CMYK | 0.36 | 0.00 | 0.12 0.02 |
XYZ | 61.5348 | 80.9626 | 80.7907 |
Yxy | 80.9626 | 0.2756 | 0.3626 |
Hunter Lab | 89.9792 | -35.3914 | 9.7500 |
CIE-Lab | 92.1150 | -33.4686 | 5.3420 |
#9ffadd color RGB value is (159,250,221).
#9ffadd hex color red value is 159, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9ffadd hue: 0.45 , saturation: 0.90 and the lightness value of 9ffadd is 0.80.
The process color (four color CMYK) of #9ffadd color hex is 0.36, 0.00, 0.12, 0.02. Web safe color of #9ffadd is #99ffcc. Color #9ffadd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11111010 | 11011101 |
Octal | 237 | 372 | 335 |
Decimal | 159 | 250 | 221 |
Hex | 9F | FA | DD |
Shades of #9ffadd
Tints of #9ffadd
RGB Percentages of Color #9ffadd
CMYK Percentages of Color #9ffadd
Complementary Color
#9ffadd | #fa9fbc |
#9ffadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ffadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ffadd Color CSS Codes
.mybgcolor {background-color:#9ffadd; } .myforecolor {color:#9ffadd; } .mybordercolor {border:3px solid #9ffadd; }
#9ffadd Text Font Color
<p style="color:#9ffadd">Text here</p>
This sample text font color is #9ffadd
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.
#9ffadd Background Color
<div style="background-color:#9ffadd">
Div content here</div>
This div background color is #9ffadd
#9ffadd Border Color
<div style="border:3px solid #9ffadd">
Div here</div>
This div border color is #9ffadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,250,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ffadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ffadd; -webkit-box-shadow: 1px 1px 3px 2px #9ffadd; box-shadow: 1px 1px 3px 2px #9ffadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,250,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ffadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ffadd; -webkit-box-shadow: 1px 1px 3px 2px #9ffadd; box-shadow: 1px 1px 3px 2px #9ffadd;">
Div content here</div>
This div box has shadow with color #9ffadd
Comments
No comments written yet.
Please login to write comment.