Color spaces of #9fbdbb
RGB | 159 | 189 | 187 |
---|---|---|---|
HSL | 0.49 | 0.19 | 0.68 |
HSV | 176° | 16° | 74° |
CMYK | 0.16 | 0.00 | 0.01 0.26 |
XYZ | 41.4653 | 47.3540 | 53.9685 |
Yxy | 47.3540 | 0.2904 | 0.3316 |
Hunter Lab | 68.8142 | -12.8664 | 1.6710 |
CIE-Lab | 74.4156 | -10.5076 | -2.3900 |
#9fbdbb color RGB value is (159,189,187).
#9fbdbb hex color red value is 159, green value is 189 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9fbdbb hue: 0.49 , saturation: 0.19 and the lightness value of 9fbdbb is 0.68.
The process color (four color CMYK) of #9fbdbb color hex is 0.16, 0.00, 0.01, 0.26. Web safe color of #9fbdbb is #99cccc. Color #9fbdbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 10111101 | 10111011 |
Octal | 237 | 275 | 273 |
Decimal | 159 | 189 | 187 |
Hex | 9F | BD | BB |
Shades of #9fbdbb
Tints of #9fbdbb
RGB Percentages of Color #9fbdbb
CMYK Percentages of Color #9fbdbb
Complementary Color
#9fbdbb | #bd9fa1 |
#9fbdbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fbdbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fbdbb Color CSS Codes
.mybgcolor {background-color:#9fbdbb; } .myforecolor {color:#9fbdbb; } .mybordercolor {border:3px solid #9fbdbb; }
#9fbdbb Text Font Color
<p style="color:#9fbdbb">Text here</p>
This sample text font color is #9fbdbb
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.
#9fbdbb Background Color
<div style="background-color:#9fbdbb">
Div content here</div>
This div background color is #9fbdbb
#9fbdbb Border Color
<div style="border:3px solid #9fbdbb">
Div here</div>
This div border color is #9fbdbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,189,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fbdbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fbdbb; -webkit-box-shadow: 1px 1px 3px 2px #9fbdbb; box-shadow: 1px 1px 3px 2px #9fbdbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,189,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fbdbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fbdbb; -webkit-box-shadow: 1px 1px 3px 2px #9fbdbb; box-shadow: 1px 1px 3px 2px #9fbdbb;">
Div content here</div>
This div box has shadow with color #9fbdbb
Comments
No comments written yet.
Please login to write comment.