Color spaces of #bbf42d
RGB | 187 | 244 | 45 |
---|---|---|---|
HSL | 0.21 | 0.90 | 0.57 |
HSV | 77° | 82° | 96° |
CMYK | 0.23 | 0.00 | 0.82 0.04 |
XYZ | 53.3179 | 75.4556 | 14.2369 |
Yxy | 75.4556 | 0.3728 | 0.5276 |
Hunter Lab | 86.8652 | -42.4507 | 51.0882 |
CIE-Lab | 89.6060 | -42.8334 | 80.5678 |
#bbf42d color RGB value is (187,244,45).
#bbf42d hex color red value is 187, green value is 244 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bbf42d hue: 0.21 , saturation: 0.90 and the lightness value of bbf42d is 0.57.
The process color (four color CMYK) of #bbf42d color hex is 0.23, 0.00, 0.82, 0.04. Web safe color of #bbf42d is #ccff33. Color #bbf42d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11110100 | 00101101 |
Octal | 273 | 364 | 55 |
Decimal | 187 | 244 | 45 |
Hex | BB | F4 | 2D |
Shades of #bbf42d
Tints of #bbf42d
RGB Percentages of Color #bbf42d
CMYK Percentages of Color #bbf42d
Complementary Color
#bbf42d | #662df4 |
#bbf42d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbf42d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbf42d Color CSS Codes
.mybgcolor {background-color:#bbf42d; } .myforecolor {color:#bbf42d; } .mybordercolor {border:3px solid #bbf42d; }
#bbf42d Text Font Color
<p style="color:#bbf42d">Text here</p>
This sample text font color is #bbf42d
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.
#bbf42d Background Color
<div style="background-color:#bbf42d">
Div content here</div>
This div background color is #bbf42d
#bbf42d Border Color
<div style="border:3px solid #bbf42d">
Div here</div>
This div border color is #bbf42d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,244,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbf42d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbf42d; -webkit-box-shadow: 1px 1px 3px 2px #bbf42d; box-shadow: 1px 1px 3px 2px #bbf42d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,244,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbf42d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbf42d; -webkit-box-shadow: 1px 1px 3px 2px #bbf42d; box-shadow: 1px 1px 3px 2px #bbf42d;">
Div content here</div>
This div box has shadow with color #bbf42d
Comments
No comments written yet.
Please login to write comment.