Color spaces of #9dbbde
RGB | 157 | 187 | 222 |
---|---|---|---|
HSL | 0.59 | 0.50 | 0.74 |
HSV | 212° | 29° | 87° |
CMYK | 0.29 | 0.16 | 0.00 0.13 |
XYZ | 44.8598 | 47.9827 | 76.0045 |
Yxy | 47.9827 | 0.2657 | 0.2842 |
Hunter Lab | 69.2695 | -5.6229 | -16.5660 |
CIE-Lab | 74.8140 | -2.1470 | -20.8389 |
#9dbbde color RGB value is (157,187,222).
#9dbbde hex color red value is 157, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9dbbde hue: 0.59 , saturation: 0.50 and the lightness value of 9dbbde is 0.74.
The process color (four color CMYK) of #9dbbde color hex is 0.29, 0.16, 0.00, 0.13. Web safe color of #9dbbde is #99cccc. Color #9dbbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 10111011 | 11011110 |
Octal | 235 | 273 | 336 |
Decimal | 157 | 187 | 222 |
Hex | 9D | BB | DE |
Shades of #9dbbde
Tints of #9dbbde
RGB Percentages of Color #9dbbde
CMYK Percentages of Color #9dbbde
Complementary Color
#9dbbde | #dec09d |
#9dbbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9dbbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#9dbbde Color CSS Codes
.mybgcolor {background-color:#9dbbde; } .myforecolor {color:#9dbbde; } .mybordercolor {border:3px solid #9dbbde; }
#9dbbde Text Font Color
<p style="color:#9dbbde">Text here</p>
This sample text font color is #9dbbde
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.
#9dbbde Background Color
<div style="background-color:#9dbbde">
Div content here</div>
This div background color is #9dbbde
#9dbbde Border Color
<div style="border:3px solid #9dbbde">
Div here</div>
This div border color is #9dbbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,187,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9dbbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9dbbde; -webkit-box-shadow: 1px 1px 3px 2px #9dbbde; box-shadow: 1px 1px 3px 2px #9dbbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,187,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9dbbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9dbbde; -webkit-box-shadow: 1px 1px 3px 2px #9dbbde; box-shadow: 1px 1px 3px 2px #9dbbde;">
Div content here</div>
This div box has shadow with color #9dbbde
Comments
No comments written yet.
Please login to write comment.