Color spaces of #b3aaab
RGB | 179 | 170 | 171 |
---|---|---|---|
HSL | 0.98 | 0.06 | 0.68 |
HSV | 353° | 5° | 70° |
CMYK | 0.00 | 0.05 | 0.04 0.30 |
XYZ | 40.3158 | 41.2734 | 44.3698 |
Yxy | 41.2734 | 0.3201 | 0.3277 |
Hunter Lab | 64.2444 | -0.4121 | 4.0230 |
CIE-Lab | 70.3670 | 3.4061 | 0.6322 |
#b3aaab color RGB value is (179,170,171).
#b3aaab hex color red value is 179, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b3aaab hue: 0.98 , saturation: 0.06 and the lightness value of b3aaab is 0.68.
The process color (four color CMYK) of #b3aaab color hex is 0.00, 0.05, 0.04, 0.30. Web safe color of #b3aaab is #cc9999. Color #b3aaab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10101010 | 10101011 |
Octal | 263 | 252 | 253 |
Decimal | 179 | 170 | 171 |
Hex | B3 | AA | AB |
Shades of #b3aaab
Tints of #b3aaab
RGB Percentages of Color #b3aaab
CMYK Percentages of Color #b3aaab
Complementary Color
#b3aaab | #aab3b2 |
#b3aaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3aaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3aaab Color CSS Codes
.mybgcolor {background-color:#b3aaab; } .myforecolor {color:#b3aaab; } .mybordercolor {border:3px solid #b3aaab; }
#b3aaab Text Font Color
<p style="color:#b3aaab">Text here</p>
This sample text font color is #b3aaab
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.
#b3aaab Background Color
<div style="background-color:#b3aaab">
Div content here</div>
This div background color is #b3aaab
#b3aaab Border Color
<div style="border:3px solid #b3aaab">
Div here</div>
This div border color is #b3aaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,170,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3aaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3aaab; -webkit-box-shadow: 1px 1px 3px 2px #b3aaab; box-shadow: 1px 1px 3px 2px #b3aaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,170,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 #b3aaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3aaab; -webkit-box-shadow: 1px 1px 3px 2px #b3aaab; box-shadow: 1px 1px 3px 2px #b3aaab;">
Div content here</div>
This div box has shadow with color #b3aaab
Comments
No comments written yet.
Please login to write comment.