Color spaces of #bbd347
RGB | 187 | 211 | 71 |
---|---|---|---|
HSL | 0.20 | 0.61 | 0.55 |
HSV | 70° | 66° | 83° |
CMYK | 0.11 | 0.00 | 0.66 0.17 |
XYZ | 44.9251 | 57.6083 | 14.7129 |
Yxy | 57.6083 | 0.3832 | 0.4913 |
Hunter Lab | 75.9001 | -27.1715 | 41.6370 |
CIE-Lab | 80.5205 | -26.5552 | 63.7843 |
#bbd347 color RGB value is (187,211,71).
#bbd347 hex color red value is 187, green value is 211 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bbd347 hue: 0.20 , saturation: 0.61 and the lightness value of bbd347 is 0.55.
The process color (four color CMYK) of #bbd347 color hex is 0.11, 0.00, 0.66, 0.17. Web safe color of #bbd347 is #cccc33. Color #bbd347 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11010011 | 01000111 |
Octal | 273 | 323 | 107 |
Decimal | 187 | 211 | 71 |
Hex | BB | D3 | 47 |
Shades of #bbd347
Tints of #bbd347
RGB Percentages of Color #bbd347
CMYK Percentages of Color #bbd347
Complementary Color
#bbd347 | #5f47d3 |
#bbd347 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd347 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd347 Color CSS Codes
.mybgcolor {background-color:#bbd347; } .myforecolor {color:#bbd347; } .mybordercolor {border:3px solid #bbd347; }
#bbd347 Text Font Color
<p style="color:#bbd347">Text here</p>
This sample text font color is #bbd347
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.
#bbd347 Background Color
<div style="background-color:#bbd347">
Div content here</div>
This div background color is #bbd347
#bbd347 Border Color
<div style="border:3px solid #bbd347">
Div here</div>
This div border color is #bbd347
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,211,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd347; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd347; -webkit-box-shadow: 1px 1px 3px 2px #bbd347; box-shadow: 1px 1px 3px 2px #bbd347; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,211,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbd347">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd347; -webkit-box-shadow: 1px 1px 3px 2px #bbd347; box-shadow: 1px 1px 3px 2px #bbd347;">
Div content here</div>
This div box has shadow with color #bbd347
Comments
No comments written yet.
Please login to write comment.