Color spaces of #b8acaf
RGB | 184 | 172 | 175 |
---|---|---|---|
HSL | 0.96 | 0.08 | 0.70 |
HSV | 345° | 7° | 72° |
CMYK | 0.00 | 0.07 | 0.05 0.28 |
XYZ | 42.2576 | 42.7905 | 46.5896 |
Yxy | 42.7905 | 0.3210 | 0.3251 |
Hunter Lab | 65.4144 | 0.8354 | 3.5625 |
CIE-Lab | 71.4125 | 4.8368 | 0.0021 |
#b8acaf color RGB value is (184,172,175).
#b8acaf hex color red value is 184, green value is 172 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b8acaf hue: 0.96 , saturation: 0.08 and the lightness value of b8acaf is 0.70.
The process color (four color CMYK) of #b8acaf color hex is 0.00, 0.07, 0.05, 0.28. Web safe color of #b8acaf is #cc9999. Color #b8acaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10101100 | 10101111 |
Octal | 270 | 254 | 257 |
Decimal | 184 | 172 | 175 |
Hex | B8 | AC | AF |
Shades of #b8acaf
Tints of #b8acaf
RGB Percentages of Color #b8acaf
CMYK Percentages of Color #b8acaf
Complementary Color
#b8acaf | #acb8b5 |
#b8acaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8acaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8acaf Color CSS Codes
.mybgcolor {background-color:#b8acaf; } .myforecolor {color:#b8acaf; } .mybordercolor {border:3px solid #b8acaf; }
#b8acaf Text Font Color
<p style="color:#b8acaf">Text here</p>
This sample text font color is #b8acaf
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.
#b8acaf Background Color
<div style="background-color:#b8acaf">
Div content here</div>
This div background color is #b8acaf
#b8acaf Border Color
<div style="border:3px solid #b8acaf">
Div here</div>
This div border color is #b8acaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,172,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8acaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8acaf; -webkit-box-shadow: 1px 1px 3px 2px #b8acaf; box-shadow: 1px 1px 3px 2px #b8acaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,172,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8acaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8acaf; -webkit-box-shadow: 1px 1px 3px 2px #b8acaf; box-shadow: 1px 1px 3px 2px #b8acaf;">
Div content here</div>
This div box has shadow with color #b8acaf
Comments
No comments written yet.
Please login to write comment.