Color spaces of #b3bbaa
RGB | 179 | 187 | 170 |
---|---|---|---|
HSL | 0.25 | 0.11 | 0.70 |
HSV | 88° | 9° | 73° |
CMYK | 0.04 | 0.00 | 0.09 0.27 |
XYZ | 43.6164 | 48.0266 | 45.0014 |
Yxy | 48.0266 | 0.3192 | 0.3515 |
Hunter Lab | 69.3012 | -8.9339 | 10.0103 |
CIE-Lab | 74.8417 | -5.8968 | 7.6468 |
#b3bbaa color RGB value is (179,187,170).
#b3bbaa hex color red value is 179, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b3bbaa hue: 0.25 , saturation: 0.11 and the lightness value of b3bbaa is 0.70.
The process color (four color CMYK) of #b3bbaa color hex is 0.04, 0.00, 0.09, 0.27. Web safe color of #b3bbaa is #cccc99. Color #b3bbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10111011 | 10101010 |
Octal | 263 | 273 | 252 |
Decimal | 179 | 187 | 170 |
Hex | B3 | BB | AA |
Shades of #b3bbaa
Tints of #b3bbaa
RGB Percentages of Color #b3bbaa
CMYK Percentages of Color #b3bbaa
Complementary Color
#b3bbaa | #b2aabb |
#b3bbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3bbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3bbaa Color CSS Codes
.mybgcolor {background-color:#b3bbaa; } .myforecolor {color:#b3bbaa; } .mybordercolor {border:3px solid #b3bbaa; }
#b3bbaa Text Font Color
<p style="color:#b3bbaa">Text here</p>
This sample text font color is #b3bbaa
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.
#b3bbaa Background Color
<div style="background-color:#b3bbaa">
Div content here</div>
This div background color is #b3bbaa
#b3bbaa Border Color
<div style="border:3px solid #b3bbaa">
Div here</div>
This div border color is #b3bbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,187,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3bbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3bbaa; -webkit-box-shadow: 1px 1px 3px 2px #b3bbaa; box-shadow: 1px 1px 3px 2px #b3bbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,187,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3bbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3bbaa; -webkit-box-shadow: 1px 1px 3px 2px #b3bbaa; box-shadow: 1px 1px 3px 2px #b3bbaa;">
Div content here</div>
This div box has shadow with color #b3bbaa
Comments
No comments written yet.
Please login to write comment.