Color spaces of #9bccda
RGB | 155 | 204 | 218 |
---|---|---|---|
HSL | 0.54 | 0.46 | 0.73 |
HSV | 193° | 29° | 85° |
CMYK | 0.29 | 0.06 | 0.00 0.15 |
XYZ | 47.7653 | 55.2162 | 74.4700 |
Yxy | 55.2162 | 0.2692 | 0.3112 |
Hunter Lab | 74.3076 | -15.2976 | -7.4043 |
CIE-Lab | 79.1656 | -12.6745 | -12.1340 |
#9bccda color RGB value is (155,204,218).
#9bccda hex color red value is 155, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9bccda hue: 0.54 , saturation: 0.46 and the lightness value of 9bccda is 0.73.
The process color (four color CMYK) of #9bccda color hex is 0.29, 0.06, 0.00, 0.15. Web safe color of #9bccda is #99cccc. Color #9bccda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001100 | 11011010 |
Octal | 233 | 314 | 332 |
Decimal | 155 | 204 | 218 |
Hex | 9B | CC | DA |
Shades of #9bccda
Tints of #9bccda
RGB Percentages of Color #9bccda
CMYK Percentages of Color #9bccda
Complementary Color
#9bccda | #daa99b |
#9bccda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bccda Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bccda Color CSS Codes
.mybgcolor {background-color:#9bccda; } .myforecolor {color:#9bccda; } .mybordercolor {border:3px solid #9bccda; }
#9bccda Text Font Color
<p style="color:#9bccda">Text here</p>
This sample text font color is #9bccda
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.
#9bccda Background Color
<div style="background-color:#9bccda">
Div content here</div>
This div background color is #9bccda
#9bccda Border Color
<div style="border:3px solid #9bccda">
Div here</div>
This div border color is #9bccda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,204,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bccda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bccda; -webkit-box-shadow: 1px 1px 3px 2px #9bccda; box-shadow: 1px 1px 3px 2px #9bccda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,204,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 #9bccda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bccda; -webkit-box-shadow: 1px 1px 3px 2px #9bccda; box-shadow: 1px 1px 3px 2px #9bccda;">
Div content here</div>
This div box has shadow with color #9bccda
#9bccda Color Palettes
Comments
No comments written yet.
Please login to write comment.