Color spaces of #bac373
RGB | 186 | 195 | 115 |
---|---|---|---|
HSL | 0.19 | 0.40 | 0.61 |
HSV | 67° | 41° | 76° |
CMYK | 0.05 | 0.00 | 0.41 0.24 |
XYZ | 42.8593 | 50.7071 | 23.7482 |
Yxy | 50.7071 | 0.3653 | 0.4322 |
Hunter Lab | 71.2089 | -17.1798 | 30.0730 |
CIE-Lab | 76.5012 | -15.2945 | 39.0959 |
#bac373 color RGB value is (186,195,115).
#bac373 hex color red value is 186, green value is 195 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bac373 hue: 0.19 , saturation: 0.40 and the lightness value of bac373 is 0.61.
The process color (four color CMYK) of #bac373 color hex is 0.05, 0.00, 0.41, 0.24. Web safe color of #bac373 is #cccc66. Color #bac373 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11000011 | 01110011 |
Octal | 272 | 303 | 163 |
Decimal | 186 | 195 | 115 |
Hex | BA | C3 | 73 |
Shades of #bac373
Tints of #bac373
RGB Percentages of Color #bac373
CMYK Percentages of Color #bac373
Complementary Color
#bac373 | #7c73c3 |
#bac373 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac373 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac373 Color CSS Codes
.mybgcolor {background-color:#bac373; } .myforecolor {color:#bac373; } .mybordercolor {border:3px solid #bac373; }
#bac373 Text Font Color
<p style="color:#bac373">Text here</p>
This sample text font color is #bac373
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.
#bac373 Background Color
<div style="background-color:#bac373">
Div content here</div>
This div background color is #bac373
#bac373 Border Color
<div style="border:3px solid #bac373">
Div here</div>
This div border color is #bac373
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,195,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac373; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac373; -webkit-box-shadow: 1px 1px 3px 2px #bac373; box-shadow: 1px 1px 3px 2px #bac373; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,195,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac373">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac373; -webkit-box-shadow: 1px 1px 3px 2px #bac373; box-shadow: 1px 1px 3px 2px #bac373;">
Div content here</div>
This div box has shadow with color #bac373
Comments
No comments written yet.
Please login to write comment.