Color spaces of #9bfada
RGB | 155 | 250 | 218 |
---|---|---|---|
HSL | 0.44 | 0.90 | 0.79 |
HSV | 160° | 38° | 98° |
CMYK | 0.38 | 0.00 | 0.13 0.02 |
XYZ | 60.3581 | 80.4017 | 78.6675 |
Yxy | 80.4017 | 0.2751 | 0.3664 |
Hunter Lab | 89.6670 | -36.7624 | 10.7500 |
CIE-Lab | 91.8648 | -35.1648 | 6.5107 |
#9bfada color RGB value is (155,250,218).
#9bfada hex color red value is 155, green value is 250 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9bfada hue: 0.44 , saturation: 0.90 and the lightness value of 9bfada is 0.79.
The process color (four color CMYK) of #9bfada color hex is 0.38, 0.00, 0.13, 0.02. Web safe color of #9bfada is #99ffcc. Color #9bfada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11111010 | 11011010 |
Octal | 233 | 372 | 332 |
Decimal | 155 | 250 | 218 |
Hex | 9B | FA | DA |
Shades of #9bfada
Tints of #9bfada
RGB Percentages of Color #9bfada
CMYK Percentages of Color #9bfada
Complementary Color
#9bfada | #fa9bbb |
#9bfada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bfada Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bfada Color CSS Codes
.mybgcolor {background-color:#9bfada; } .myforecolor {color:#9bfada; } .mybordercolor {border:3px solid #9bfada; }
#9bfada Text Font Color
<p style="color:#9bfada">Text here</p>
This sample text font color is #9bfada
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.
#9bfada Background Color
<div style="background-color:#9bfada">
Div content here</div>
This div background color is #9bfada
#9bfada Border Color
<div style="border:3px solid #9bfada">
Div here</div>
This div border color is #9bfada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,250,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bfada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bfada; -webkit-box-shadow: 1px 1px 3px 2px #9bfada; box-shadow: 1px 1px 3px 2px #9bfada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,250,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bfada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bfada; -webkit-box-shadow: 1px 1px 3px 2px #9bfada; box-shadow: 1px 1px 3px 2px #9bfada;">
Div content here</div>
This div box has shadow with color #9bfada
Comments
No comments written yet.
Please login to write comment.