Color spaces of #b9addd
RGB | 185 | 173 | 221 |
---|---|---|---|
HSL | 0.71 | 0.41 | 0.77 |
HSV | 255° | 22° | 87° |
CMYK | 0.16 | 0.22 | 0.00 0.13 |
XYZ | 48.0023 | 45.4219 | 74.6439 |
Yxy | 45.4219 | 0.2856 | 0.2703 |
Hunter Lab | 67.3958 | 9.1931 | -18.4893 |
CIE-Lab | 73.1688 | 13.8301 | -22.6103 |
#b9addd color RGB value is (185,173,221).
#b9addd hex color red value is 185, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b9addd hue: 0.71 , saturation: 0.41 and the lightness value of b9addd is 0.77.
The process color (four color CMYK) of #b9addd color hex is 0.16, 0.22, 0.00, 0.13. Web safe color of #b9addd is #cc99cc. Color #b9addd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10101101 | 11011101 |
Octal | 271 | 255 | 335 |
Decimal | 185 | 173 | 221 |
Hex | B9 | AD | DD |
Shades of #b9addd
Tints of #b9addd
RGB Percentages of Color #b9addd
CMYK Percentages of Color #b9addd
Complementary Color
#b9addd | #d1ddad |
#b9addd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9addd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9addd Color CSS Codes
.mybgcolor {background-color:#b9addd; } .myforecolor {color:#b9addd; } .mybordercolor {border:3px solid #b9addd; }
#b9addd Text Font Color
<p style="color:#b9addd">Text here</p>
This sample text font color is #b9addd
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.
#b9addd Background Color
<div style="background-color:#b9addd">
Div content here</div>
This div background color is #b9addd
#b9addd Border Color
<div style="border:3px solid #b9addd">
Div here</div>
This div border color is #b9addd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,173,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9addd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9addd; -webkit-box-shadow: 1px 1px 3px 2px #b9addd; box-shadow: 1px 1px 3px 2px #b9addd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,173,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9addd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9addd; -webkit-box-shadow: 1px 1px 3px 2px #b9addd; box-shadow: 1px 1px 3px 2px #b9addd;">
Div content here</div>
This div box has shadow with color #b9addd
Comments
No comments written yet.
Please login to write comment.