Color spaces of #bba80f
RGB | 187 | 168 | 15 |
---|---|---|---|
HSL | 0.15 | 0.85 | 0.40 |
HSV | 53° | 92° | 73° |
CMYK | 0.00 | 0.10 | 0.92 0.27 |
XYZ | 34.5824 | 38.6045 | 6.0807 |
Yxy | 38.6045 | 0.4363 | 0.4870 |
Hunter Lab | 62.1325 | -9.3804 | 37.6903 |
CIE-Lab | 68.4638 | -7.1169 | 69.1801 |
#bba80f color RGB value is (187,168,15).
#bba80f hex color red value is 187, green value is 168 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bba80f hue: 0.15 , saturation: 0.85 and the lightness value of bba80f is 0.40.
The process color (four color CMYK) of #bba80f color hex is 0.00, 0.10, 0.92, 0.27. Web safe color of #bba80f is #cc9900. Color #bba80f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101000 | 00001111 |
Octal | 273 | 250 | 17 |
Decimal | 187 | 168 | 15 |
Hex | BB | A8 | F |
Shades of #bba80f
Tints of #bba80f
RGB Percentages of Color #bba80f
CMYK Percentages of Color #bba80f
Complementary Color
#bba80f | #0f22bb |
#bba80f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba80f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba80f Color CSS Codes
.mybgcolor {background-color:#bba80f; } .myforecolor {color:#bba80f; } .mybordercolor {border:3px solid #bba80f; }
#bba80f Text Font Color
<p style="color:#bba80f">Text here</p>
This sample text font color is #bba80f
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.
#bba80f Background Color
<div style="background-color:#bba80f">
Div content here</div>
This div background color is #bba80f
#bba80f Border Color
<div style="border:3px solid #bba80f">
Div here</div>
This div border color is #bba80f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,168,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba80f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba80f; -webkit-box-shadow: 1px 1px 3px 2px #bba80f; box-shadow: 1px 1px 3px 2px #bba80f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,168,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba80f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba80f; -webkit-box-shadow: 1px 1px 3px 2px #bba80f; box-shadow: 1px 1px 3px 2px #bba80f;">
Div content here</div>
This div box has shadow with color #bba80f
Comments
No comments written yet.
Please login to write comment.