Color spaces of #bbba01
RGB | 187 | 186 | 1 |
---|---|---|---|
HSL | 0.17 | 0.99 | 0.37 |
HSV | 60° | 99° | 73° |
CMYK | 0.00 | 0.01 | 0.99 0.27 |
XYZ | 38.0579 | 45.6848 | 6.8409 |
Yxy | 45.6848 | 0.4201 | 0.5043 |
Hunter Lab | 67.5905 | -17.7762 | 41.3126 |
CIE-Lab | 73.3405 | -16.5591 | 74.5268 |
#bbba01 color RGB value is (187,186,1).
#bbba01 hex color red value is 187, green value is 186 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bbba01 hue: 0.17 , saturation: 0.99 and the lightness value of bbba01 is 0.37.
The process color (four color CMYK) of #bbba01 color hex is 0.00, 0.01, 0.99, 0.27. Web safe color of #bbba01 is #cccc00. Color #bbba01 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111010 | 00000001 |
Octal | 273 | 272 | 1 |
Decimal | 187 | 186 | 1 |
Hex | BB | BA | 1 |
Shades of #bbba01
Tints of #bbba01
RGB Percentages of Color #bbba01
CMYK Percentages of Color #bbba01
Complementary Color
#bbba01 | #0102bb |
#bbba01 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbba01 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbba01 Color CSS Codes
.mybgcolor {background-color:#bbba01; } .myforecolor {color:#bbba01; } .mybordercolor {border:3px solid #bbba01; }
#bbba01 Text Font Color
<p style="color:#bbba01">Text here</p>
This sample text font color is #bbba01
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.
#bbba01 Background Color
<div style="background-color:#bbba01">
Div content here</div>
This div background color is #bbba01
#bbba01 Border Color
<div style="border:3px solid #bbba01">
Div here</div>
This div border color is #bbba01
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,186,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbba01; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbba01; -webkit-box-shadow: 1px 1px 3px 2px #bbba01; box-shadow: 1px 1px 3px 2px #bbba01; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,186,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbba01">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbba01; -webkit-box-shadow: 1px 1px 3px 2px #bbba01; box-shadow: 1px 1px 3px 2px #bbba01;">
Div content here</div>
This div box has shadow with color #bbba01
Comments
No comments written yet.
Please login to write comment.