Color spaces of #b5bafc
RGB | 181 | 186 | 252 |
---|---|---|---|
HSL | 0.65 | 0.92 | 0.85 |
HSV | 236° | 28° | 99° |
CMYK | 0.28 | 0.26 | 0.00 0.01 |
XYZ | 54.1856 | 51.9698 | 99.2708 |
Yxy | 51.9698 | 0.2638 | 0.2530 |
Hunter Lab | 72.0901 | 8.0096 | -31.1815 |
CIE-Lab | 77.2628 | 12.5950 | -33.1346 |
#b5bafc color RGB value is (181,186,252).
#b5bafc hex color red value is 181, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b5bafc hue: 0.65 , saturation: 0.92 and the lightness value of b5bafc is 0.85.
The process color (four color CMYK) of #b5bafc color hex is 0.28, 0.26, 0.00, 0.01. Web safe color of #b5bafc is #ccccff. Color #b5bafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10111010 | 11111100 |
Octal | 265 | 272 | 374 |
Decimal | 181 | 186 | 252 |
Hex | B5 | BA | FC |
Shades of #b5bafc
Tints of #b5bafc
RGB Percentages of Color #b5bafc
CMYK Percentages of Color #b5bafc
Complementary Color
#b5bafc | #fcf7b5 |
#b5bafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5bafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5bafc Color CSS Codes
.mybgcolor {background-color:#b5bafc; } .myforecolor {color:#b5bafc; } .mybordercolor {border:3px solid #b5bafc; }
#b5bafc Text Font Color
<p style="color:#b5bafc">Text here</p>
This sample text font color is #b5bafc
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.
#b5bafc Background Color
<div style="background-color:#b5bafc">
Div content here</div>
This div background color is #b5bafc
#b5bafc Border Color
<div style="border:3px solid #b5bafc">
Div here</div>
This div border color is #b5bafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,186,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5bafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5bafc; -webkit-box-shadow: 1px 1px 3px 2px #b5bafc; box-shadow: 1px 1px 3px 2px #b5bafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,186,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5bafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5bafc; -webkit-box-shadow: 1px 1px 3px 2px #b5bafc; box-shadow: 1px 1px 3px 2px #b5bafc;">
Div content here</div>
This div box has shadow with color #b5bafc
Comments
No comments written yet.
Please login to write comment.