Color spaces of #bac0af
RGB | 186 | 192 | 175 |
---|---|---|---|
HSL | 0.23 | 0.12 | 0.72 |
HSV | 81° | 9° | 75° |
CMYK | 0.03 | 0.00 | 0.09 0.25 |
XYZ | 46.8372 | 51.2335 | 47.9779 |
Yxy | 51.2335 | 0.3207 | 0.3508 |
Hunter Lab | 71.5776 | -8.4583 | 10.3627 |
CIE-Lab | 76.8202 | -5.1566 | 7.8434 |
#bac0af color RGB value is (186,192,175).
#bac0af hex color red value is 186, green value is 192 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bac0af hue: 0.23 , saturation: 0.12 and the lightness value of bac0af is 0.72.
The process color (four color CMYK) of #bac0af color hex is 0.03, 0.00, 0.09, 0.25. Web safe color of #bac0af is #cccc99. Color #bac0af contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11000000 | 10101111 |
Octal | 272 | 300 | 257 |
Decimal | 186 | 192 | 175 |
Hex | BA | C0 | AF |
Shades of #bac0af
Tints of #bac0af
RGB Percentages of Color #bac0af
CMYK Percentages of Color #bac0af
Complementary Color
#bac0af | #b5afc0 |
#bac0af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac0af Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac0af Color CSS Codes
.mybgcolor {background-color:#bac0af; } .myforecolor {color:#bac0af; } .mybordercolor {border:3px solid #bac0af; }
#bac0af Text Font Color
<p style="color:#bac0af">Text here</p>
This sample text font color is #bac0af
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.
#bac0af Background Color
<div style="background-color:#bac0af">
Div content here</div>
This div background color is #bac0af
#bac0af Border Color
<div style="border:3px solid #bac0af">
Div here</div>
This div border color is #bac0af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,192,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac0af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac0af; -webkit-box-shadow: 1px 1px 3px 2px #bac0af; box-shadow: 1px 1px 3px 2px #bac0af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,192,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 #bac0af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac0af; -webkit-box-shadow: 1px 1px 3px 2px #bac0af; box-shadow: 1px 1px 3px 2px #bac0af;">
Div content here</div>
This div box has shadow with color #bac0af
Comments
No comments written yet.
Please login to write comment.