Color spaces of #bbc54d
RGB | 187 | 197 | 77 |
---|---|---|---|
HSL | 0.18 | 0.51 | 0.54 |
HSV | 65° | 61° | 77° |
CMYK | 0.05 | 0.00 | 0.61 0.23 |
XYZ | 41.7993 | 51.0331 | 14.6685 |
Yxy | 51.0331 | 0.3888 | 0.4747 |
Hunter Lab | 71.4375 | -20.5721 | 37.8320 |
CIE-Lab | 76.6991 | -19.3345 | 57.2989 |
#bbc54d color RGB value is (187,197,77).
#bbc54d hex color red value is 187, green value is 197 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bbc54d hue: 0.18 , saturation: 0.51 and the lightness value of bbc54d is 0.54.
The process color (four color CMYK) of #bbc54d color hex is 0.05, 0.00, 0.61, 0.23. Web safe color of #bbc54d is #cccc66. Color #bbc54d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000101 | 01001101 |
Octal | 273 | 305 | 115 |
Decimal | 187 | 197 | 77 |
Hex | BB | C5 | 4D |
Shades of #bbc54d
Tints of #bbc54d
RGB Percentages of Color #bbc54d
CMYK Percentages of Color #bbc54d
Complementary Color
#bbc54d | #574dc5 |
#bbc54d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc54d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc54d Color CSS Codes
.mybgcolor {background-color:#bbc54d; } .myforecolor {color:#bbc54d; } .mybordercolor {border:3px solid #bbc54d; }
#bbc54d Text Font Color
<p style="color:#bbc54d">Text here</p>
This sample text font color is #bbc54d
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.
#bbc54d Background Color
<div style="background-color:#bbc54d">
Div content here</div>
This div background color is #bbc54d
#bbc54d Border Color
<div style="border:3px solid #bbc54d">
Div here</div>
This div border color is #bbc54d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,197,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc54d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc54d; -webkit-box-shadow: 1px 1px 3px 2px #bbc54d; box-shadow: 1px 1px 3px 2px #bbc54d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,197,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc54d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc54d; -webkit-box-shadow: 1px 1px 3px 2px #bbc54d; box-shadow: 1px 1px 3px 2px #bbc54d;">
Div content here</div>
This div box has shadow with color #bbc54d
Comments
No comments written yet.
Please login to write comment.