Color spaces of #bbe55a
RGB | 187 | 229 | 90 |
---|---|---|---|
HSL | 0.22 | 0.73 | 0.63 |
HSV | 78° | 61° | 90° |
CMYK | 0.18 | 0.00 | 0.61 0.10 |
XYZ | 50.3583 | 67.3416 | 20.0169 |
Yxy | 67.3416 | 0.3657 | 0.4890 |
Hunter Lab | 82.0619 | -34.0697 | 42.9811 |
CIE-Lab | 85.6762 | -33.6702 | 61.5823 |
#bbe55a color RGB value is (187,229,90).
#bbe55a hex color red value is 187, green value is 229 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bbe55a hue: 0.22 , saturation: 0.73 and the lightness value of bbe55a is 0.63.
The process color (four color CMYK) of #bbe55a color hex is 0.18, 0.00, 0.61, 0.10. Web safe color of #bbe55a is #cccc66. Color #bbe55a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11100101 | 01011010 |
Octal | 273 | 345 | 132 |
Decimal | 187 | 229 | 90 |
Hex | BB | E5 | 5A |
Shades of #bbe55a
Tints of #bbe55a
RGB Percentages of Color #bbe55a
CMYK Percentages of Color #bbe55a
Complementary Color
#bbe55a | #845ae5 |
#bbe55a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe55a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe55a Color CSS Codes
.mybgcolor {background-color:#bbe55a; } .myforecolor {color:#bbe55a; } .mybordercolor {border:3px solid #bbe55a; }
#bbe55a Text Font Color
<p style="color:#bbe55a">Text here</p>
This sample text font color is #bbe55a
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.
#bbe55a Background Color
<div style="background-color:#bbe55a">
Div content here</div>
This div background color is #bbe55a
#bbe55a Border Color
<div style="border:3px solid #bbe55a">
Div here</div>
This div border color is #bbe55a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,229,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe55a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe55a; -webkit-box-shadow: 1px 1px 3px 2px #bbe55a; box-shadow: 1px 1px 3px 2px #bbe55a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,229,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbe55a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe55a; -webkit-box-shadow: 1px 1px 3px 2px #bbe55a; box-shadow: 1px 1px 3px 2px #bbe55a;">
Div content here</div>
This div box has shadow with color #bbe55a
Comments
No comments written yet.
Please login to write comment.