Color spaces of #bbc450
RGB | 187 | 196 | 80 |
---|---|---|---|
HSL | 0.18 | 0.50 | 0.54 |
HSV | 65° | 59° | 77° |
CMYK | 0.05 | 0.00 | 0.59 0.23 |
XYZ | 41.6814 | 50.6238 | 15.1640 |
Yxy | 50.6238 | 0.3878 | 0.4711 |
Hunter Lab | 71.1504 | -19.9442 | 37.1690 |
CIE-Lab | 76.4506 | -18.6212 | 55.7288 |
#bbc450 color RGB value is (187,196,80).
#bbc450 hex color red value is 187, green value is 196 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bbc450 hue: 0.18 , saturation: 0.50 and the lightness value of bbc450 is 0.54.
The process color (four color CMYK) of #bbc450 color hex is 0.05, 0.00, 0.59, 0.23. Web safe color of #bbc450 is #cccc66. Color #bbc450 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000100 | 01010000 |
Octal | 273 | 304 | 120 |
Decimal | 187 | 196 | 80 |
Hex | BB | C4 | 50 |
Shades of #bbc450
Tints of #bbc450
RGB Percentages of Color #bbc450
CMYK Percentages of Color #bbc450
Complementary Color
#bbc450 | #5950c4 |
#bbc450 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc450 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc450 Color CSS Codes
.mybgcolor {background-color:#bbc450; } .myforecolor {color:#bbc450; } .mybordercolor {border:3px solid #bbc450; }
#bbc450 Text Font Color
<p style="color:#bbc450">Text here</p>
This sample text font color is #bbc450
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.
#bbc450 Background Color
<div style="background-color:#bbc450">
Div content here</div>
This div background color is #bbc450
#bbc450 Border Color
<div style="border:3px solid #bbc450">
Div here</div>
This div border color is #bbc450
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,196,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc450; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc450; -webkit-box-shadow: 1px 1px 3px 2px #bbc450; box-shadow: 1px 1px 3px 2px #bbc450; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,196,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc450">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc450; -webkit-box-shadow: 1px 1px 3px 2px #bbc450; box-shadow: 1px 1px 3px 2px #bbc450;">
Div content here</div>
This div box has shadow with color #bbc450
Comments
No comments written yet.
Please login to write comment.