Color spaces of #b98aab
RGB | 185 | 138 | 171 |
---|---|---|---|
HSL | 0.88 | 0.25 | 0.63 |
HSV | 318° | 25° | 73° |
CMYK | 0.00 | 0.25 | 0.08 0.27 |
XYZ | 36.4467 | 31.4315 | 42.6740 |
Yxy | 31.4315 | 0.3297 | 0.2843 |
Hunter Lab | 56.0638 | 17.9300 | -5.8850 |
CIE-Lab | 62.8702 | 23.2958 | -10.3798 |
#b98aab color RGB value is (185,138,171).
#b98aab hex color red value is 185, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b98aab hue: 0.88 , saturation: 0.25 and the lightness value of b98aab is 0.63.
The process color (four color CMYK) of #b98aab color hex is 0.00, 0.25, 0.08, 0.27. Web safe color of #b98aab is #cc9999. Color #b98aab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10001010 | 10101011 |
Octal | 271 | 212 | 253 |
Decimal | 185 | 138 | 171 |
Hex | B9 | 8A | AB |
Shades of #b98aab
Tints of #b98aab
RGB Percentages of Color #b98aab
CMYK Percentages of Color #b98aab
Complementary Color
#b98aab | #8ab998 |
#b98aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b98aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b98aab Color CSS Codes
.mybgcolor {background-color:#b98aab; } .myforecolor {color:#b98aab; } .mybordercolor {border:3px solid #b98aab; }
#b98aab Text Font Color
<p style="color:#b98aab">Text here</p>
This sample text font color is #b98aab
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.
#b98aab Background Color
<div style="background-color:#b98aab">
Div content here</div>
This div background color is #b98aab
#b98aab Border Color
<div style="border:3px solid #b98aab">
Div here</div>
This div border color is #b98aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,138,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b98aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b98aab; -webkit-box-shadow: 1px 1px 3px 2px #b98aab; box-shadow: 1px 1px 3px 2px #b98aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,138,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 #b98aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b98aab; -webkit-box-shadow: 1px 1px 3px 2px #b98aab; box-shadow: 1px 1px 3px 2px #b98aab;">
Div content here</div>
This div box has shadow with color #b98aab
Comments
No comments written yet.
Please login to write comment.