Color spaces of #bbca4d
RGB | 187 | 202 | 77 |
---|---|---|---|
HSL | 0.19 | 0.54 | 0.55 |
HSV | 67° | 62° | 79° |
CMYK | 0.07 | 0.00 | 0.62 0.21 |
XYZ | 42.9536 | 53.3417 | 15.0533 |
Yxy | 53.3417 | 0.3858 | 0.4791 |
Hunter Lab | 73.0354 | -22.8325 | 38.9045 |
CIE-Lab | 78.0763 | -21.8026 | 58.7847 |
#bbca4d color RGB value is (187,202,77).
#bbca4d hex color red value is 187, green value is 202 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bbca4d hue: 0.19 , saturation: 0.54 and the lightness value of bbca4d is 0.55.
The process color (four color CMYK) of #bbca4d color hex is 0.07, 0.00, 0.62, 0.21. Web safe color of #bbca4d is #cccc66. Color #bbca4d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001010 | 01001101 |
Octal | 273 | 312 | 115 |
Decimal | 187 | 202 | 77 |
Hex | BB | CA | 4D |
Shades of #bbca4d
Tints of #bbca4d
RGB Percentages of Color #bbca4d
CMYK Percentages of Color #bbca4d
Complementary Color
#bbca4d | #5c4dca |
#bbca4d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbca4d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbca4d Color CSS Codes
.mybgcolor {background-color:#bbca4d; } .myforecolor {color:#bbca4d; } .mybordercolor {border:3px solid #bbca4d; }
#bbca4d Text Font Color
<p style="color:#bbca4d">Text here</p>
This sample text font color is #bbca4d
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.
#bbca4d Background Color
<div style="background-color:#bbca4d">
Div content here</div>
This div background color is #bbca4d
#bbca4d Border Color
<div style="border:3px solid #bbca4d">
Div here</div>
This div border color is #bbca4d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,202,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbca4d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbca4d; -webkit-box-shadow: 1px 1px 3px 2px #bbca4d; box-shadow: 1px 1px 3px 2px #bbca4d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,202,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 #bbca4d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbca4d; -webkit-box-shadow: 1px 1px 3px 2px #bbca4d; box-shadow: 1px 1px 3px 2px #bbca4d;">
Div content here</div>
This div box has shadow with color #bbca4d
Comments
No comments written yet.
Please login to write comment.