Color spaces of #bbe59a
RGB | 187 | 229 | 154 |
---|---|---|---|
HSL | 0.26 | 0.59 | 0.75 |
HSV | 94° | 33° | 90° |
CMYK | 0.18 | 0.00 | 0.33 0.10 |
XYZ | 54.3456 | 68.9365 | 41.0136 |
Yxy | 68.9365 | 0.3308 | 0.4196 |
Hunter Lab | 83.0280 | -28.4627 | 28.8319 |
CIE-Lab | 86.4726 | -26.6949 | 32.2374 |
#bbe59a color RGB value is (187,229,154).
#bbe59a hex color red value is 187, green value is 229 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbe59a hue: 0.26 , saturation: 0.59 and the lightness value of bbe59a is 0.75.
The process color (four color CMYK) of #bbe59a color hex is 0.18, 0.00, 0.33, 0.10. Web safe color of #bbe59a is #cccc99. Color #bbe59a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11100101 | 10011010 |
Octal | 273 | 345 | 232 |
Decimal | 187 | 229 | 154 |
Hex | BB | E5 | 9A |
Shades of #bbe59a
Tints of #bbe59a
RGB Percentages of Color #bbe59a
CMYK Percentages of Color #bbe59a
Complementary Color
#bbe59a | #c49ae5 |
#bbe59a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe59a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe59a Color CSS Codes
.mybgcolor {background-color:#bbe59a; } .myforecolor {color:#bbe59a; } .mybordercolor {border:3px solid #bbe59a; }
#bbe59a Text Font Color
<p style="color:#bbe59a">Text here</p>
This sample text font color is #bbe59a
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.
#bbe59a Background Color
<div style="background-color:#bbe59a">
Div content here</div>
This div background color is #bbe59a
#bbe59a Border Color
<div style="border:3px solid #bbe59a">
Div here</div>
This div border color is #bbe59a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,229,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe59a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe59a; -webkit-box-shadow: 1px 1px 3px 2px #bbe59a; box-shadow: 1px 1px 3px 2px #bbe59a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,229,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbe59a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe59a; -webkit-box-shadow: 1px 1px 3px 2px #bbe59a; box-shadow: 1px 1px 3px 2px #bbe59a;">
Div content here</div>
This div box has shadow with color #bbe59a
Comments
No comments written yet.
Please login to write comment.