Color spaces of #bbcd30
RGB | 187 | 205 | 48 |
---|---|---|---|
HSL | 0.19 | 0.62 | 0.50 |
HSV | 67° | 77° | 80° |
CMYK | 0.09 | 0.00 | 0.77 0.20 |
XYZ | 42.8583 | 54.4408 | 11.0456 |
Yxy | 54.4408 | 0.3956 | 0.5025 |
Hunter Lab | 73.7840 | -25.4382 | 42.7730 |
CIE-Lab | 78.7181 | -24.8527 | 70.0303 |
#bbcd30 color RGB value is (187,205,48).
#bbcd30 hex color red value is 187, green value is 205 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bbcd30 hue: 0.19 , saturation: 0.62 and the lightness value of bbcd30 is 0.50.
The process color (four color CMYK) of #bbcd30 color hex is 0.09, 0.00, 0.77, 0.20. Web safe color of #bbcd30 is #cccc33. Color #bbcd30 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001101 | 00110000 |
Octal | 273 | 315 | 60 |
Decimal | 187 | 205 | 48 |
Hex | BB | CD | 30 |
Shades of #bbcd30
Tints of #bbcd30
RGB Percentages of Color #bbcd30
CMYK Percentages of Color #bbcd30
Complementary Color
#bbcd30 | #4230cd |
#bbcd30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcd30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcd30 Color CSS Codes
.mybgcolor {background-color:#bbcd30; } .myforecolor {color:#bbcd30; } .mybordercolor {border:3px solid #bbcd30; }
#bbcd30 Text Font Color
<p style="color:#bbcd30">Text here</p>
This sample text font color is #bbcd30
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.
#bbcd30 Background Color
<div style="background-color:#bbcd30">
Div content here</div>
This div background color is #bbcd30
#bbcd30 Border Color
<div style="border:3px solid #bbcd30">
Div here</div>
This div border color is #bbcd30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,205,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcd30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcd30; -webkit-box-shadow: 1px 1px 3px 2px #bbcd30; box-shadow: 1px 1px 3px 2px #bbcd30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,205,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcd30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcd30; -webkit-box-shadow: 1px 1px 3px 2px #bbcd30; box-shadow: 1px 1px 3px 2px #bbcd30;">
Div content here</div>
This div box has shadow with color #bbcd30
Comments
No comments written yet.
Please login to write comment.