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