Color spaces of #bac4b3
RGB | 186 | 196 | 179 |
---|---|---|---|
HSL | 0.26 | 0.13 | 0.74 |
HSV | 95° | 9° | 77° |
CMYK | 0.05 | 0.00 | 0.09 0.23 |
XYZ | 48.1263 | 53.1736 | 50.3748 |
Yxy | 53.1736 | 0.3173 | 0.3506 |
Hunter Lab | 72.9202 | -9.8030 | 10.0854 |
CIE-Lab | 77.9774 | -6.5538 | 7.3451 |
#bac4b3 color RGB value is (186,196,179).
#bac4b3 hex color red value is 186, green value is 196 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bac4b3 hue: 0.26 , saturation: 0.13 and the lightness value of bac4b3 is 0.74.
The process color (four color CMYK) of #bac4b3 color hex is 0.05, 0.00, 0.09, 0.23. Web safe color of #bac4b3 is #cccccc. Color #bac4b3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11000100 | 10110011 |
Octal | 272 | 304 | 263 |
Decimal | 186 | 196 | 179 |
Hex | BA | C4 | B3 |
Shades of #bac4b3
Tints of #bac4b3
RGB Percentages of Color #bac4b3
CMYK Percentages of Color #bac4b3
Complementary Color
#bac4b3 | #bdb3c4 |
#bac4b3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac4b3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac4b3 Color CSS Codes
.mybgcolor {background-color:#bac4b3; } .myforecolor {color:#bac4b3; } .mybordercolor {border:3px solid #bac4b3; }
#bac4b3 Text Font Color
<p style="color:#bac4b3">Text here</p>
This sample text font color is #bac4b3
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.
#bac4b3 Background Color
<div style="background-color:#bac4b3">
Div content here</div>
This div background color is #bac4b3
#bac4b3 Border Color
<div style="border:3px solid #bac4b3">
Div here</div>
This div border color is #bac4b3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,196,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac4b3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac4b3; -webkit-box-shadow: 1px 1px 3px 2px #bac4b3; box-shadow: 1px 1px 3px 2px #bac4b3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,196,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac4b3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac4b3; -webkit-box-shadow: 1px 1px 3px 2px #bac4b3; box-shadow: 1px 1px 3px 2px #bac4b3;">
Div content here</div>
This div box has shadow with color #bac4b3
Comments
No comments written yet.
Please login to write comment.