Color spaces of #bbc721
RGB | 187 | 199 | 33 |
---|---|---|---|
HSL | 0.18 | 0.72 | 0.45 |
HSV | 64° | 83° | 78° |
CMYK | 0.06 | 0.00 | 0.83 0.22 |
XYZ | 41.1915 | 51.5214 | 9.2125 |
Yxy | 51.5214 | 0.4041 | 0.5055 |
Hunter Lab | 71.7784 | -23.1764 | 42.6352 |
CIE-Lab | 76.9938 | -22.4568 | 72.5325 |
#bbc721 color RGB value is (187,199,33).
#bbc721 hex color red value is 187, green value is 199 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bbc721 hue: 0.18 , saturation: 0.72 and the lightness value of bbc721 is 0.45.
The process color (four color CMYK) of #bbc721 color hex is 0.06, 0.00, 0.83, 0.22. Web safe color of #bbc721 is #cccc33. Color #bbc721 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000111 | 00100001 |
Octal | 273 | 307 | 41 |
Decimal | 187 | 199 | 33 |
Hex | BB | C7 | 21 |
Shades of #bbc721
Tints of #bbc721
RGB Percentages of Color #bbc721
CMYK Percentages of Color #bbc721
Complementary Color
#bbc721 | #2d21c7 |
#bbc721 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc721 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc721 Color CSS Codes
.mybgcolor {background-color:#bbc721; } .myforecolor {color:#bbc721; } .mybordercolor {border:3px solid #bbc721; }
#bbc721 Text Font Color
<p style="color:#bbc721">Text here</p>
This sample text font color is #bbc721
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.
#bbc721 Background Color
<div style="background-color:#bbc721">
Div content here</div>
This div background color is #bbc721
#bbc721 Border Color
<div style="border:3px solid #bbc721">
Div here</div>
This div border color is #bbc721
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,199,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc721; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc721; -webkit-box-shadow: 1px 1px 3px 2px #bbc721; box-shadow: 1px 1px 3px 2px #bbc721; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,199,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc721">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc721; -webkit-box-shadow: 1px 1px 3px 2px #bbc721; box-shadow: 1px 1px 3px 2px #bbc721;">
Div content here</div>
This div box has shadow with color #bbc721
Comments
No comments written yet.
Please login to write comment.