Color spaces of #9dbafb
RGB | 157 | 186 | 251 |
---|---|---|---|
HSL | 0.62 | 0.92 | 0.80 |
HSV | 221° | 37° | 98° |
CMYK | 0.37 | 0.26 | 0.00 0.02 |
XYZ | 48.8761 | 49.2509 | 98.1971 |
Yxy | 49.2509 | 0.2490 | 0.2509 |
Hunter Lab | 70.1790 | 1.5030 | -33.8355 |
CIE-Lab | 75.6072 | 5.7217 | -35.2874 |
#9dbafb color RGB value is (157,186,251).
#9dbafb hex color red value is 157, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9dbafb hue: 0.62 , saturation: 0.92 and the lightness value of 9dbafb is 0.80.
The process color (four color CMYK) of #9dbafb color hex is 0.37, 0.26, 0.00, 0.02. Web safe color of #9dbafb is #99ccff. Color #9dbafb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 10111010 | 11111011 |
Octal | 235 | 272 | 373 |
Decimal | 157 | 186 | 251 |
Hex | 9D | BA | FB |
Shades of #9dbafb
Tints of #9dbafb
RGB Percentages of Color #9dbafb
CMYK Percentages of Color #9dbafb
Complementary Color
#9dbafb | #fbde9d |
#9dbafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9dbafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9dbafb Color CSS Codes
.mybgcolor {background-color:#9dbafb; } .myforecolor {color:#9dbafb; } .mybordercolor {border:3px solid #9dbafb; }
#9dbafb Text Font Color
<p style="color:#9dbafb">Text here</p>
This sample text font color is #9dbafb
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.
#9dbafb Background Color
<div style="background-color:#9dbafb">
Div content here</div>
This div background color is #9dbafb
#9dbafb Border Color
<div style="border:3px solid #9dbafb">
Div here</div>
This div border color is #9dbafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,186,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9dbafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9dbafb; -webkit-box-shadow: 1px 1px 3px 2px #9dbafb; box-shadow: 1px 1px 3px 2px #9dbafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,186,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9dbafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9dbafb; -webkit-box-shadow: 1px 1px 3px 2px #9dbafb; box-shadow: 1px 1px 3px 2px #9dbafb;">
Div content here</div>
This div box has shadow with color #9dbafb
Comments
No comments written yet.
Please login to write comment.