Color spaces of #bbc41e
RGB | 187 | 196 | 30 |
---|---|---|---|
HSL | 0.18 | 0.73 | 0.44 |
HSV | 63° | 85° | 77° |
CMYK | 0.05 | 0.00 | 0.85 0.23 |
XYZ | 40.4678 | 50.1384 | 8.7731 |
Yxy | 50.1384 | 0.4072 | 0.5045 |
Hunter Lab | 70.8085 | -21.9002 | 42.2200 |
CIE-Lab | 76.1541 | -21.0667 | 72.5036 |
#bbc41e color RGB value is (187,196,30).
#bbc41e hex color red value is 187, green value is 196 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bbc41e hue: 0.18 , saturation: 0.73 and the lightness value of bbc41e is 0.44.
The process color (four color CMYK) of #bbc41e color hex is 0.05, 0.00, 0.85, 0.23. Web safe color of #bbc41e is #cccc33. Color #bbc41e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000100 | 00011110 |
Octal | 273 | 304 | 36 |
Decimal | 187 | 196 | 30 |
Hex | BB | C4 | 1E |
Shades of #bbc41e
Tints of #bbc41e
RGB Percentages of Color #bbc41e
CMYK Percentages of Color #bbc41e
Complementary Color
#bbc41e | #271ec4 |
#bbc41e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc41e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc41e Color CSS Codes
.mybgcolor {background-color:#bbc41e; } .myforecolor {color:#bbc41e; } .mybordercolor {border:3px solid #bbc41e; }
#bbc41e Text Font Color
<p style="color:#bbc41e">Text here</p>
This sample text font color is #bbc41e
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.
#bbc41e Background Color
<div style="background-color:#bbc41e">
Div content here</div>
This div background color is #bbc41e
#bbc41e Border Color
<div style="border:3px solid #bbc41e">
Div here</div>
This div border color is #bbc41e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,196,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc41e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc41e; -webkit-box-shadow: 1px 1px 3px 2px #bbc41e; box-shadow: 1px 1px 3px 2px #bbc41e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,196,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc41e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc41e; -webkit-box-shadow: 1px 1px 3px 2px #bbc41e; box-shadow: 1px 1px 3px 2px #bbc41e;">
Div content here</div>
This div box has shadow with color #bbc41e
Comments
No comments written yet.
Please login to write comment.