Color spaces of #9bddeb
RGB | 155 | 221 | 235 |
---|---|---|---|
HSL | 0.53 | 0.67 | 0.76 |
HSV | 191° | 34° | 92° |
CMYK | 0.34 | 0.06 | 0.00 0.08 |
XYZ | 54.3694 | 64.6796 | 88.2161 |
Yxy | 64.6796 | 0.2623 | 0.3121 |
Hunter Lab | 80.4236 | -20.0686 | -8.7382 |
CIE-Lab | 84.3184 | -17.3488 | -13.4860 |
#9bddeb color RGB value is (155,221,235).
#9bddeb hex color red value is 155, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9bddeb hue: 0.53 , saturation: 0.67 and the lightness value of 9bddeb is 0.76.
The process color (four color CMYK) of #9bddeb color hex is 0.34, 0.06, 0.00, 0.08. Web safe color of #9bddeb is #99ccff. Color #9bddeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11011101 | 11101011 |
Octal | 233 | 335 | 353 |
Decimal | 155 | 221 | 235 |
Hex | 9B | DD | EB |
Shades of #9bddeb
Tints of #9bddeb
RGB Percentages of Color #9bddeb
CMYK Percentages of Color #9bddeb
Complementary Color
#9bddeb | #eba99b |
#9bddeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bddeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bddeb Color CSS Codes
.mybgcolor {background-color:#9bddeb; } .myforecolor {color:#9bddeb; } .mybordercolor {border:3px solid #9bddeb; }
#9bddeb Text Font Color
<p style="color:#9bddeb">Text here</p>
This sample text font color is #9bddeb
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.
#9bddeb Background Color
<div style="background-color:#9bddeb">
Div content here</div>
This div background color is #9bddeb
#9bddeb Border Color
<div style="border:3px solid #9bddeb">
Div here</div>
This div border color is #9bddeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,221,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bddeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bddeb; -webkit-box-shadow: 1px 1px 3px 2px #9bddeb; box-shadow: 1px 1px 3px 2px #9bddeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,221,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bddeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bddeb; -webkit-box-shadow: 1px 1px 3px 2px #9bddeb; box-shadow: 1px 1px 3px 2px #9bddeb;">
Div content here</div>
This div box has shadow with color #9bddeb
Comments
No comments written yet.
Please login to write comment.