Color spaces of #bbd712
RGB | 187 | 215 | 18 |
---|---|---|---|
HSL | 0.19 | 0.85 | 0.46 |
HSV | 69° | 92° | 84° |
CMYK | 0.13 | 0.00 | 0.92 0.16 |
XYZ | 44.9031 | 59.2093 | 9.6342 |
Yxy | 59.2093 | 0.3948 | 0.5205 |
Hunter Lab | 76.9476 | -30.4938 | 46.4399 |
CIE-Lab | 81.4065 | -30.4377 | 78.8209 |
#bbd712 color RGB value is (187,215,18).
#bbd712 hex color red value is 187, green value is 215 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bbd712 hue: 0.19 , saturation: 0.85 and the lightness value of bbd712 is 0.46.
The process color (four color CMYK) of #bbd712 color hex is 0.13, 0.00, 0.92, 0.16. Web safe color of #bbd712 is #cccc00. Color #bbd712 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11010111 | 00010010 |
Octal | 273 | 327 | 22 |
Decimal | 187 | 215 | 18 |
Hex | BB | D7 | 12 |
Shades of #bbd712
Tints of #bbd712
RGB Percentages of Color #bbd712
CMYK Percentages of Color #bbd712
Complementary Color
#bbd712 | #2e12d7 |
#bbd712 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd712 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd712 Color CSS Codes
.mybgcolor {background-color:#bbd712; } .myforecolor {color:#bbd712; } .mybordercolor {border:3px solid #bbd712; }
#bbd712 Text Font Color
<p style="color:#bbd712">Text here</p>
This sample text font color is #bbd712
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.
#bbd712 Background Color
<div style="background-color:#bbd712">
Div content here</div>
This div background color is #bbd712
#bbd712 Border Color
<div style="border:3px solid #bbd712">
Div here</div>
This div border color is #bbd712
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,215,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd712; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd712; -webkit-box-shadow: 1px 1px 3px 2px #bbd712; box-shadow: 1px 1px 3px 2px #bbd712; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,215,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbd712">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd712; -webkit-box-shadow: 1px 1px 3px 2px #bbd712; box-shadow: 1px 1px 3px 2px #bbd712;">
Div content here</div>
This div box has shadow with color #bbd712
Comments
No comments written yet.
Please login to write comment.