Color spaces of #bbadab
RGB | 187 | 173 | 171 |
---|---|---|---|
HSL | 0.02 | 0.11 | 0.70 |
HSV | 7° | 9° | 73° |
CMYK | 0.00 | 0.07 | 0.09 0.27 |
XYZ | 42.7878 | 43.3922 | 44.6485 |
Yxy | 43.3922 | 0.3271 | 0.3317 |
Hunter Lab | 65.8728 | 0.6678 | 5.9242 |
CIE-Lab | 71.8204 | 4.6684 | 2.8281 |
#bbadab color RGB value is (187,173,171).
#bbadab hex color red value is 187, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bbadab hue: 0.02 , saturation: 0.11 and the lightness value of bbadab is 0.70.
The process color (four color CMYK) of #bbadab color hex is 0.00, 0.07, 0.09, 0.27. Web safe color of #bbadab is #cc9999. Color #bbadab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101101 | 10101011 |
Octal | 273 | 255 | 253 |
Decimal | 187 | 173 | 171 |
Hex | BB | AD | AB |
Shades of #bbadab
Tints of #bbadab
RGB Percentages of Color #bbadab
CMYK Percentages of Color #bbadab
Complementary Color
#bbadab | #abb9bb |
#bbadab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbadab Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbadab Color CSS Codes
.mybgcolor {background-color:#bbadab; } .myforecolor {color:#bbadab; } .mybordercolor {border:3px solid #bbadab; }
#bbadab Text Font Color
<p style="color:#bbadab">Text here</p>
This sample text font color is #bbadab
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.
#bbadab Background Color
<div style="background-color:#bbadab">
Div content here</div>
This div background color is #bbadab
#bbadab Border Color
<div style="border:3px solid #bbadab">
Div here</div>
This div border color is #bbadab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,173,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbadab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbadab; -webkit-box-shadow: 1px 1px 3px 2px #bbadab; box-shadow: 1px 1px 3px 2px #bbadab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,173,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbadab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbadab; -webkit-box-shadow: 1px 1px 3px 2px #bbadab; box-shadow: 1px 1px 3px 2px #bbadab;">
Div content here</div>
This div box has shadow with color #bbadab
Comments
No comments written yet.
Please login to write comment.