Color spaces of #b098ae
RGB | 176 | 152 | 174 |
---|---|---|---|
HSL | 0.85 | 0.13 | 0.64 |
HSV | 305° | 14° | 69° |
CMYK | 0.00 | 0.14 | 0.01 0.31 |
XYZ | 36.7727 | 34.7426 | 44.8123 |
Yxy | 34.7426 | 0.3161 | 0.2987 |
Hunter Lab | 58.9429 | 8.2109 | -3.8162 |
CIE-Lab | 65.5478 | 12.8344 | -8.1682 |
#b098ae color RGB value is (176,152,174).
#b098ae hex color red value is 176, green value is 152 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b098ae hue: 0.85 , saturation: 0.13 and the lightness value of b098ae is 0.64.
The process color (four color CMYK) of #b098ae color hex is 0.00, 0.14, 0.01, 0.31. Web safe color of #b098ae is #999999. Color #b098ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10011000 | 10101110 |
Octal | 260 | 230 | 256 |
Decimal | 176 | 152 | 174 |
Hex | B0 | 98 | AE |
Shades of #b098ae
Tints of #b098ae
RGB Percentages of Color #b098ae
CMYK Percentages of Color #b098ae
Complementary Color
#b098ae | #98b09a |
#b098ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b098ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b098ae Color CSS Codes
.mybgcolor {background-color:#b098ae; } .myforecolor {color:#b098ae; } .mybordercolor {border:3px solid #b098ae; }
#b098ae Text Font Color
<p style="color:#b098ae">Text here</p>
This sample text font color is #b098ae
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.
#b098ae Background Color
<div style="background-color:#b098ae">
Div content here</div>
This div background color is #b098ae
#b098ae Border Color
<div style="border:3px solid #b098ae">
Div here</div>
This div border color is #b098ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,152,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b098ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b098ae; -webkit-box-shadow: 1px 1px 3px 2px #b098ae; box-shadow: 1px 1px 3px 2px #b098ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,152,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b098ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b098ae; -webkit-box-shadow: 1px 1px 3px 2px #b098ae; box-shadow: 1px 1px 3px 2px #b098ae;">
Div content here</div>
This div box has shadow with color #b098ae
Comments
No comments written yet.
Please login to write comment.