Color spaces of #bbbc19
RGB | 187 | 188 | 25 |
---|---|---|---|
HSL | 0.17 | 0.77 | 0.42 |
HSV | 60° | 87° | 74° |
CMYK | 0.01 | 0.00 | 0.87 0.26 |
XYZ | 38.6522 | 46.6014 | 7.8775 |
Yxy | 46.6014 | 0.4150 | 0.5004 |
Hunter Lab | 68.2652 | -18.3963 | 40.9439 |
CIE-Lab | 73.9341 | -17.2091 | 71.7215 |
#bbbc19 color RGB value is (187,188,25).
#bbbc19 hex color red value is 187, green value is 188 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bbbc19 hue: 0.17 , saturation: 0.77 and the lightness value of bbbc19 is 0.42.
The process color (four color CMYK) of #bbbc19 color hex is 0.01, 0.00, 0.87, 0.26. Web safe color of #bbbc19 is #cccc00. Color #bbbc19 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111100 | 00011001 |
Octal | 273 | 274 | 31 |
Decimal | 187 | 188 | 25 |
Hex | BB | BC | 19 |
Shades of #bbbc19
Tints of #bbbc19
RGB Percentages of Color #bbbc19
CMYK Percentages of Color #bbbc19
Complementary Color
#bbbc19 | #1a19bc |
#bbbc19 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbc19 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbc19 Color CSS Codes
.mybgcolor {background-color:#bbbc19; } .myforecolor {color:#bbbc19; } .mybordercolor {border:3px solid #bbbc19; }
#bbbc19 Text Font Color
<p style="color:#bbbc19">Text here</p>
This sample text font color is #bbbc19
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.
#bbbc19 Background Color
<div style="background-color:#bbbc19">
Div content here</div>
This div background color is #bbbc19
#bbbc19 Border Color
<div style="border:3px solid #bbbc19">
Div here</div>
This div border color is #bbbc19
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,188,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbc19; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbc19; -webkit-box-shadow: 1px 1px 3px 2px #bbbc19; box-shadow: 1px 1px 3px 2px #bbbc19; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,188,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbc19">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbc19; -webkit-box-shadow: 1px 1px 3px 2px #bbbc19; box-shadow: 1px 1px 3px 2px #bbbc19;">
Div content here</div>
This div box has shadow with color #bbbc19
Comments
No comments written yet.
Please login to write comment.