Color spaces of #bac81b
RGB | 186 | 200 | 27 |
---|---|---|---|
HSL | 0.18 | 0.76 | 0.45 |
HSV | 65° | 87° | 78° |
CMYK | 0.07 | 0.00 | 0.87 0.22 |
XYZ | 41.1018 | 51.8268 | 8.8742 |
Yxy | 51.8268 | 0.4037 | 0.5091 |
Hunter Lab | 71.9908 | -24.0728 | 43.0850 |
CIE-Lab | 77.1772 | -23.5221 | 73.9368 |
#bac81b color RGB value is (186,200,27).
#bac81b hex color red value is 186, green value is 200 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bac81b hue: 0.18 , saturation: 0.76 and the lightness value of bac81b is 0.45.
The process color (four color CMYK) of #bac81b color hex is 0.07, 0.00, 0.87, 0.22. Web safe color of #bac81b is #cccc33. Color #bac81b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001000 | 00011011 |
Octal | 272 | 310 | 33 |
Decimal | 186 | 200 | 27 |
Hex | BA | C8 | 1B |
Shades of #bac81b
Tints of #bac81b
RGB Percentages of Color #bac81b
CMYK Percentages of Color #bac81b
Complementary Color
#bac81b | #291bc8 |
#bac81b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac81b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac81b Color CSS Codes
.mybgcolor {background-color:#bac81b; } .myforecolor {color:#bac81b; } .mybordercolor {border:3px solid #bac81b; }
#bac81b Text Font Color
<p style="color:#bac81b">Text here</p>
This sample text font color is #bac81b
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.
#bac81b Background Color
<div style="background-color:#bac81b">
Div content here</div>
This div background color is #bac81b
#bac81b Border Color
<div style="border:3px solid #bac81b">
Div here</div>
This div border color is #bac81b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,200,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac81b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac81b; -webkit-box-shadow: 1px 1px 3px 2px #bac81b; box-shadow: 1px 1px 3px 2px #bac81b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,200,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac81b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac81b; -webkit-box-shadow: 1px 1px 3px 2px #bac81b; box-shadow: 1px 1px 3px 2px #bac81b;">
Div content here</div>
This div box has shadow with color #bac81b
Comments
No comments written yet.
Please login to write comment.