Color spaces of #b0add7
RGB | 176 | 173 | 215 |
---|---|---|---|
HSL | 0.68 | 0.34 | 0.76 |
HSV | 244° | 20° | 84° |
CMYK | 0.18 | 0.20 | 0.00 0.16 |
XYZ | 45.1138 | 44.0235 | 70.4096 |
Yxy | 44.0235 | 0.2828 | 0.2759 |
Hunter Lab | 66.3502 | 5.2555 | -16.4723 |
CIE-Lab | 72.2442 | 9.6632 | -20.8048 |
#b0add7 color RGB value is (176,173,215).
#b0add7 hex color red value is 176, green value is 173 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #b0add7 hue: 0.68 , saturation: 0.34 and the lightness value of b0add7 is 0.76.
The process color (four color CMYK) of #b0add7 color hex is 0.18, 0.20, 0.00, 0.16. Web safe color of #b0add7 is #9999cc. Color #b0add7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10101101 | 11010111 |
Octal | 260 | 255 | 327 |
Decimal | 176 | 173 | 215 |
Hex | B0 | AD | D7 |
Shades of #b0add7
Tints of #b0add7
RGB Percentages of Color #b0add7
CMYK Percentages of Color #b0add7
Complementary Color
#b0add7 | #d4d7ad |
#b0add7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0add7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0add7 Color CSS Codes
.mybgcolor {background-color:#b0add7; } .myforecolor {color:#b0add7; } .mybordercolor {border:3px solid #b0add7; }
#b0add7 Text Font Color
<p style="color:#b0add7">Text here</p>
This sample text font color is #b0add7
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.
#b0add7 Background Color
<div style="background-color:#b0add7">
Div content here</div>
This div background color is #b0add7
#b0add7 Border Color
<div style="border:3px solid #b0add7">
Div here</div>
This div border color is #b0add7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,173,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0add7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0add7; -webkit-box-shadow: 1px 1px 3px 2px #b0add7; box-shadow: 1px 1px 3px 2px #b0add7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,173,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b0add7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0add7; -webkit-box-shadow: 1px 1px 3px 2px #b0add7; box-shadow: 1px 1px 3px 2px #b0add7;">
Div content here</div>
This div box has shadow with color #b0add7
Comments
No comments written yet.
Please login to write comment.