Color spaces of #b5badb
RGB | 181 | 186 | 219 |
---|---|---|---|
HSL | 0.64 | 0.35 | 0.78 |
HSV | 232° | 17° | 86° |
CMYK | 0.17 | 0.15 | 0.00 0.14 |
XYZ | 49.4011 | 50.0560 | 74.0759 |
Yxy | 50.0560 | 0.2847 | 0.2885 |
Hunter Lab | 70.7503 | 0.8240 | -12.5518 |
CIE-Lab | 76.1036 | 5.0109 | -17.1019 |
#b5badb color RGB value is (181,186,219).
#b5badb hex color red value is 181, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b5badb hue: 0.64 , saturation: 0.35 and the lightness value of b5badb is 0.78.
The process color (four color CMYK) of #b5badb color hex is 0.17, 0.15, 0.00, 0.14. Web safe color of #b5badb is #cccccc. Color #b5badb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10111010 | 11011011 |
Octal | 265 | 272 | 333 |
Decimal | 181 | 186 | 219 |
Hex | B5 | BA | DB |
Shades of #b5badb
Tints of #b5badb
RGB Percentages of Color #b5badb
CMYK Percentages of Color #b5badb
Complementary Color
#b5badb | #dbd6b5 |
#b5badb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5badb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5badb Color CSS Codes
.mybgcolor {background-color:#b5badb; } .myforecolor {color:#b5badb; } .mybordercolor {border:3px solid #b5badb; }
#b5badb Text Font Color
<p style="color:#b5badb">Text here</p>
This sample text font color is #b5badb
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.
#b5badb Background Color
<div style="background-color:#b5badb">
Div content here</div>
This div background color is #b5badb
#b5badb Border Color
<div style="border:3px solid #b5badb">
Div here</div>
This div border color is #b5badb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,186,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5badb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5badb; -webkit-box-shadow: 1px 1px 3px 2px #b5badb; box-shadow: 1px 1px 3px 2px #b5badb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,186,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5badb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5badb; -webkit-box-shadow: 1px 1px 3px 2px #b5badb; box-shadow: 1px 1px 3px 2px #b5badb;">
Div content here</div>
This div box has shadow with color #b5badb
Comments
No comments written yet.
Please login to write comment.