Color spaces of #bbf45f
RGB | 187 | 244 | 95 |
---|---|---|---|
HSL | 0.23 | 0.87 | 0.66 |
HSV | 83° | 61° | 96° |
CMYK | 0.23 | 0.00 | 0.61 0.04 |
XYZ | 54.9098 | 76.0924 | 22.6197 |
Yxy | 76.0924 | 0.3574 | 0.4953 |
Hunter Lab | 87.2310 | -40.2927 | 45.6873 |
CIE-Lab | 89.9022 | -40.0466 | 64.1390 |
#bbf45f color RGB value is (187,244,95).
#bbf45f hex color red value is 187, green value is 244 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbf45f hue: 0.23 , saturation: 0.87 and the lightness value of bbf45f is 0.66.
The process color (four color CMYK) of #bbf45f color hex is 0.23, 0.00, 0.61, 0.04. Web safe color of #bbf45f is #ccff66. Color #bbf45f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11110100 | 01011111 |
Octal | 273 | 364 | 137 |
Decimal | 187 | 244 | 95 |
Hex | BB | F4 | 5F |
Shades of #bbf45f
Tints of #bbf45f
RGB Percentages of Color #bbf45f
CMYK Percentages of Color #bbf45f
Complementary Color
#bbf45f | #985ff4 |
#bbf45f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbf45f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbf45f Color CSS Codes
.mybgcolor {background-color:#bbf45f; } .myforecolor {color:#bbf45f; } .mybordercolor {border:3px solid #bbf45f; }
#bbf45f Text Font Color
<p style="color:#bbf45f">Text here</p>
This sample text font color is #bbf45f
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.
#bbf45f Background Color
<div style="background-color:#bbf45f">
Div content here</div>
This div background color is #bbf45f
#bbf45f Border Color
<div style="border:3px solid #bbf45f">
Div here</div>
This div border color is #bbf45f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,244,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbf45f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbf45f; -webkit-box-shadow: 1px 1px 3px 2px #bbf45f; box-shadow: 1px 1px 3px 2px #bbf45f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,244,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbf45f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbf45f; -webkit-box-shadow: 1px 1px 3px 2px #bbf45f; box-shadow: 1px 1px 3px 2px #bbf45f;">
Div content here</div>
This div box has shadow with color #bbf45f
Comments
No comments written yet.
Please login to write comment.