Color spaces of #9cbfba
RGB | 156 | 191 | 186 |
---|---|---|---|
HSL | 0.48 | 0.21 | 0.68 |
HSV | 171° | 18° | 75° |
CMYK | 0.18 | 0.00 | 0.03 0.25 |
XYZ | 41.2040 | 47.8747 | 53.5234 |
Yxy | 47.8747 | 0.2889 | 0.3357 |
Hunter Lab | 69.1915 | -14.7873 | 2.5701 |
CIE-Lab | 74.7458 | -12.7291 | -1.3844 |
#9cbfba color RGB value is (156,191,186).
#9cbfba hex color red value is 156, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9cbfba hue: 0.48 , saturation: 0.21 and the lightness value of 9cbfba is 0.68.
The process color (four color CMYK) of #9cbfba color hex is 0.18, 0.00, 0.03, 0.25. Web safe color of #9cbfba is #99cccc. Color #9cbfba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10111111 | 10111010 |
Octal | 234 | 277 | 272 |
Decimal | 156 | 191 | 186 |
Hex | 9C | BF | BA |
Shades of #9cbfba
Tints of #9cbfba
RGB Percentages of Color #9cbfba
CMYK Percentages of Color #9cbfba
Complementary Color
#9cbfba | #bf9ca1 |
#9cbfba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cbfba Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cbfba Color CSS Codes
.mybgcolor {background-color:#9cbfba; } .myforecolor {color:#9cbfba; } .mybordercolor {border:3px solid #9cbfba; }
#9cbfba Text Font Color
<p style="color:#9cbfba">Text here</p>
This sample text font color is #9cbfba
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.
#9cbfba Background Color
<div style="background-color:#9cbfba">
Div content here</div>
This div background color is #9cbfba
#9cbfba Border Color
<div style="border:3px solid #9cbfba">
Div here</div>
This div border color is #9cbfba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,191,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cbfba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cbfba; -webkit-box-shadow: 1px 1px 3px 2px #9cbfba; box-shadow: 1px 1px 3px 2px #9cbfba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,191,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9cbfba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cbfba; -webkit-box-shadow: 1px 1px 3px 2px #9cbfba; box-shadow: 1px 1px 3px 2px #9cbfba;">
Div content here</div>
This div box has shadow with color #9cbfba
#9cbfba Color Palettes
Comments
No comments written yet.
Please login to write comment.