Color spaces of #b5dcfa
RGB | 181 | 220 | 250 |
---|---|---|---|
HSL | 0.57 | 0.87 | 0.85 |
HSV | 206° | 28° | 98° |
CMYK | 0.28 | 0.12 | 0.00 0.02 |
XYZ | 61.9046 | 67.9123 | 100.2881 |
Yxy | 67.9123 | 0.2690 | 0.2951 |
Hunter Lab | 82.4089 | -10.1285 | -14.4671 |
CIE-Lab | 85.9626 | -6.0846 | -18.7951 |
#b5dcfa color RGB value is (181,220,250).
#b5dcfa hex color red value is 181, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b5dcfa hue: 0.57 , saturation: 0.87 and the lightness value of b5dcfa is 0.85.
The process color (four color CMYK) of #b5dcfa color hex is 0.28, 0.12, 0.00, 0.02. Web safe color of #b5dcfa is #ccccff. Color #b5dcfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11011100 | 11111010 |
Octal | 265 | 334 | 372 |
Decimal | 181 | 220 | 250 |
Hex | B5 | DC | FA |
Shades of #b5dcfa
Tints of #b5dcfa
RGB Percentages of Color #b5dcfa
CMYK Percentages of Color #b5dcfa
Complementary Color
#b5dcfa | #fad3b5 |
#b5dcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5dcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5dcfa Color CSS Codes
.mybgcolor {background-color:#b5dcfa; } .myforecolor {color:#b5dcfa; } .mybordercolor {border:3px solid #b5dcfa; }
#b5dcfa Text Font Color
<p style="color:#b5dcfa">Text here</p>
This sample text font color is #b5dcfa
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.
#b5dcfa Background Color
<div style="background-color:#b5dcfa">
Div content here</div>
This div background color is #b5dcfa
#b5dcfa Border Color
<div style="border:3px solid #b5dcfa">
Div here</div>
This div border color is #b5dcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,220,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5dcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5dcfa; -webkit-box-shadow: 1px 1px 3px 2px #b5dcfa; box-shadow: 1px 1px 3px 2px #b5dcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,220,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5dcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5dcfa; -webkit-box-shadow: 1px 1px 3px 2px #b5dcfa; box-shadow: 1px 1px 3px 2px #b5dcfa;">
Div content here</div>
This div box has shadow with color #b5dcfa
Comments
No comments written yet.
Please login to write comment.