Color spaces of #bbc59d
RGB | 187 | 197 | 157 |
---|---|---|---|
HSL | 0.21 | 0.26 | 0.69 |
HSV | 75° | 20° | 77° |
CMYK | 0.05 | 0.00 | 0.20 0.23 |
XYZ | 46.5456 | 52.9316 | 39.6619 |
Yxy | 52.9316 | 0.3345 | 0.3804 |
Hunter Lab | 72.7541 | -13.1215 | 18.6059 |
CIE-Lab | 77.8346 | -10.3501 | 18.9488 |
#bbc59d color RGB value is (187,197,157).
#bbc59d hex color red value is 187, green value is 197 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bbc59d hue: 0.21 , saturation: 0.26 and the lightness value of bbc59d is 0.69.
The process color (four color CMYK) of #bbc59d color hex is 0.05, 0.00, 0.20, 0.23. Web safe color of #bbc59d is #cccc99. Color #bbc59d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000101 | 10011101 |
Octal | 273 | 305 | 235 |
Decimal | 187 | 197 | 157 |
Hex | BB | C5 | 9D |
Shades of #bbc59d
Tints of #bbc59d
RGB Percentages of Color #bbc59d
CMYK Percentages of Color #bbc59d
Complementary Color
#bbc59d | #a79dc5 |
#bbc59d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc59d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc59d Color CSS Codes
.mybgcolor {background-color:#bbc59d; } .myforecolor {color:#bbc59d; } .mybordercolor {border:3px solid #bbc59d; }
#bbc59d Text Font Color
<p style="color:#bbc59d">Text here</p>
This sample text font color is #bbc59d
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.
#bbc59d Background Color
<div style="background-color:#bbc59d">
Div content here</div>
This div background color is #bbc59d
#bbc59d Border Color
<div style="border:3px solid #bbc59d">
Div here</div>
This div border color is #bbc59d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,197,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc59d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc59d; -webkit-box-shadow: 1px 1px 3px 2px #bbc59d; box-shadow: 1px 1px 3px 2px #bbc59d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,197,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc59d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc59d; -webkit-box-shadow: 1px 1px 3px 2px #bbc59d; box-shadow: 1px 1px 3px 2px #bbc59d;">
Div content here</div>
This div box has shadow with color #bbc59d
Comments
No comments written yet.
Please login to write comment.