Color spaces of #9adebf
RGB | 154 | 222 | 191 |
---|---|---|---|
HSL | 0.42 | 0.51 | 0.74 |
HSV | 153° | 31° | 87° |
CMYK | 0.31 | 0.00 | 0.14 0.13 |
XYZ | 48.8517 | 62.8742 | 58.8514 |
Yxy | 62.8742 | 0.2864 | 0.3686 |
Hunter Lab | 79.2933 | -28.7913 | 11.5003 |
CIE-Lab | 83.3761 | -27.8320 | 8.4227 |
#9adebf color RGB value is (154,222,191).
#9adebf hex color red value is 154, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9adebf hue: 0.42 , saturation: 0.51 and the lightness value of 9adebf is 0.74.
The process color (four color CMYK) of #9adebf color hex is 0.31, 0.00, 0.14, 0.13. Web safe color of #9adebf is #99cccc. Color #9adebf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11011110 | 10111111 |
Octal | 232 | 336 | 277 |
Decimal | 154 | 222 | 191 |
Hex | 9A | DE | BF |
Shades of #9adebf
Tints of #9adebf
RGB Percentages of Color #9adebf
CMYK Percentages of Color #9adebf
Complementary Color
#9adebf | #de9ab9 |
#9adebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9adebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9adebf Color CSS Codes
.mybgcolor {background-color:#9adebf; } .myforecolor {color:#9adebf; } .mybordercolor {border:3px solid #9adebf; }
#9adebf Text Font Color
<p style="color:#9adebf">Text here</p>
This sample text font color is #9adebf
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.
#9adebf Background Color
<div style="background-color:#9adebf">
Div content here</div>
This div background color is #9adebf
#9adebf Border Color
<div style="border:3px solid #9adebf">
Div here</div>
This div border color is #9adebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,222,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9adebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9adebf; -webkit-box-shadow: 1px 1px 3px 2px #9adebf; box-shadow: 1px 1px 3px 2px #9adebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,222,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9adebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9adebf; -webkit-box-shadow: 1px 1px 3px 2px #9adebf; box-shadow: 1px 1px 3px 2px #9adebf;">
Div content here</div>
This div box has shadow with color #9adebf
Comments
No comments written yet.
Please login to write comment.