Color spaces of #9adbcf
RGB | 154 | 219 | 207 |
---|---|---|---|
HSL | 0.47 | 0.47 | 0.73 |
HSV | 169° | 30° | 86° |
CMYK | 0.30 | 0.00 | 0.05 0.14 |
XYZ | 49.9204 | 62.0381 | 68.3749 |
Yxy | 62.0381 | 0.2768 | 0.3440 |
Hunter Lab | 78.7643 | -24.7051 | 3.6656 |
CIE-Lab | 82.9337 | -23.0253 | -0.6924 |
#9adbcf color RGB value is (154,219,207).
#9adbcf hex color red value is 154, green value is 219 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9adbcf hue: 0.47 , saturation: 0.47 and the lightness value of 9adbcf is 0.73.
The process color (four color CMYK) of #9adbcf color hex is 0.30, 0.00, 0.05, 0.14. Web safe color of #9adbcf is #99cccc. Color #9adbcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11011011 | 11001111 |
Octal | 232 | 333 | 317 |
Decimal | 154 | 219 | 207 |
Hex | 9A | DB | CF |
Shades of #9adbcf
Tints of #9adbcf
RGB Percentages of Color #9adbcf
CMYK Percentages of Color #9adbcf
Complementary Color
#9adbcf | #db9aa6 |
#9adbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9adbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9adbcf Color CSS Codes
.mybgcolor {background-color:#9adbcf; } .myforecolor {color:#9adbcf; } .mybordercolor {border:3px solid #9adbcf; }
#9adbcf Text Font Color
<p style="color:#9adbcf">Text here</p>
This sample text font color is #9adbcf
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.
#9adbcf Background Color
<div style="background-color:#9adbcf">
Div content here</div>
This div background color is #9adbcf
#9adbcf Border Color
<div style="border:3px solid #9adbcf">
Div here</div>
This div border color is #9adbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,219,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9adbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9adbcf; -webkit-box-shadow: 1px 1px 3px 2px #9adbcf; box-shadow: 1px 1px 3px 2px #9adbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,219,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9adbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9adbcf; -webkit-box-shadow: 1px 1px 3px 2px #9adbcf; box-shadow: 1px 1px 3px 2px #9adbcf;">
Div content here</div>
This div box has shadow with color #9adbcf
#9adbcf Color Palettes
Comments
No comments written yet.
Please login to write comment.