Color spaces of #bbe94d
RGB | 187 | 233 | 77 |
---|---|---|---|
HSL | 0.22 | 0.78 | 0.61 |
HSV | 78° | 67° | 91° |
CMYK | 0.20 | 0.00 | 0.67 0.09 |
XYZ | 50.9720 | 69.3784 | 17.7261 |
Yxy | 69.3784 | 0.3692 | 0.5025 |
Hunter Lab | 83.2937 | -36.5300 | 45.6878 |
CIE-Lab | 86.6911 | -36.4080 | 67.8473 |
#bbe94d color RGB value is (187,233,77).
#bbe94d hex color red value is 187, green value is 233 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bbe94d hue: 0.22 , saturation: 0.78 and the lightness value of bbe94d is 0.61.
The process color (four color CMYK) of #bbe94d color hex is 0.20, 0.00, 0.67, 0.09. Web safe color of #bbe94d is #ccff66. Color #bbe94d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101001 | 01001101 |
Octal | 273 | 351 | 115 |
Decimal | 187 | 233 | 77 |
Hex | BB | E9 | 4D |
Shades of #bbe94d
Tints of #bbe94d
RGB Percentages of Color #bbe94d
CMYK Percentages of Color #bbe94d
Complementary Color
#bbe94d | #7b4de9 |
#bbe94d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe94d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe94d Color CSS Codes
.mybgcolor {background-color:#bbe94d; } .myforecolor {color:#bbe94d; } .mybordercolor {border:3px solid #bbe94d; }
#bbe94d Text Font Color
<p style="color:#bbe94d">Text here</p>
This sample text font color is #bbe94d
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.
#bbe94d Background Color
<div style="background-color:#bbe94d">
Div content here</div>
This div background color is #bbe94d
#bbe94d Border Color
<div style="border:3px solid #bbe94d">
Div here</div>
This div border color is #bbe94d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,233,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe94d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe94d; -webkit-box-shadow: 1px 1px 3px 2px #bbe94d; box-shadow: 1px 1px 3px 2px #bbe94d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,233,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 #bbe94d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe94d; -webkit-box-shadow: 1px 1px 3px 2px #bbe94d; box-shadow: 1px 1px 3px 2px #bbe94d;">
Div content here</div>
This div box has shadow with color #bbe94d
Comments
No comments written yet.
Please login to write comment.