Color spaces of #bbf41d
RGB | 187 | 244 | 29 |
---|---|---|---|
HSL | 0.21 | 0.91 | 0.54 |
HSV | 76° | 88° | 96° |
CMYK | 0.23 | 0.00 | 0.88 0.04 |
XYZ | 53.0660 | 75.3549 | 12.9105 |
Yxy | 75.3549 | 0.3755 | 0.5332 |
Hunter Lab | 86.8072 | -42.7940 | 51.9471 |
CIE-Lab | 89.5590 | -43.2812 | 83.7426 |
#bbf41d color RGB value is (187,244,29).
#bbf41d hex color red value is 187, green value is 244 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bbf41d hue: 0.21 , saturation: 0.91 and the lightness value of bbf41d is 0.54.
The process color (four color CMYK) of #bbf41d color hex is 0.23, 0.00, 0.88, 0.04. Web safe color of #bbf41d is #ccff33. Color #bbf41d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11110100 | 00011101 |
Octal | 273 | 364 | 35 |
Decimal | 187 | 244 | 29 |
Hex | BB | F4 | 1D |
Shades of #bbf41d
Tints of #bbf41d
RGB Percentages of Color #bbf41d
CMYK Percentages of Color #bbf41d
Complementary Color
#bbf41d | #561df4 |
#bbf41d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbf41d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbf41d Color CSS Codes
.mybgcolor {background-color:#bbf41d; } .myforecolor {color:#bbf41d; } .mybordercolor {border:3px solid #bbf41d; }
#bbf41d Text Font Color
<p style="color:#bbf41d">Text here</p>
This sample text font color is #bbf41d
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.
#bbf41d Background Color
<div style="background-color:#bbf41d">
Div content here</div>
This div background color is #bbf41d
#bbf41d Border Color
<div style="border:3px solid #bbf41d">
Div here</div>
This div border color is #bbf41d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,244,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbf41d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbf41d; -webkit-box-shadow: 1px 1px 3px 2px #bbf41d; box-shadow: 1px 1px 3px 2px #bbf41d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,244,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbf41d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbf41d; -webkit-box-shadow: 1px 1px 3px 2px #bbf41d; box-shadow: 1px 1px 3px 2px #bbf41d;">
Div content here</div>
This div box has shadow with color #bbf41d
Comments
No comments written yet.
Please login to write comment.