Color spaces of #bcbb29
RGB | 188 | 187 | 41 |
---|---|---|---|
HSL | 0.17 | 0.64 | 0.45 |
HSV | 60° | 78° | 74° |
CMYK | 0.00 | 0.01 | 0.78 0.26 |
XYZ | 38.9096 | 46.3921 | 9.0016 |
Yxy | 46.3921 | 0.4126 | 0.4919 |
Hunter Lab | 68.1117 | -17.2254 | 39.8425 |
CIE-Lab | 73.7992 | -15.8074 | 67.6999 |
#bcbb29 color RGB value is (188,187,41).
#bcbb29 hex color red value is 188, green value is 187 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bcbb29 hue: 0.17 , saturation: 0.64 and the lightness value of bcbb29 is 0.45.
The process color (four color CMYK) of #bcbb29 color hex is 0.00, 0.01, 0.78, 0.26. Web safe color of #bcbb29 is #cccc33. Color #bcbb29 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111011 | 00101001 |
Octal | 274 | 273 | 51 |
Decimal | 188 | 187 | 41 |
Hex | BC | BB | 29 |
Shades of #bcbb29
Tints of #bcbb29
RGB Percentages of Color #bcbb29
CMYK Percentages of Color #bcbb29
Complementary Color
#bcbb29 | #292abc |
#bcbb29 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcbb29 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcbb29 Color CSS Codes
.mybgcolor {background-color:#bcbb29; } .myforecolor {color:#bcbb29; } .mybordercolor {border:3px solid #bcbb29; }
#bcbb29 Text Font Color
<p style="color:#bcbb29">Text here</p>
This sample text font color is #bcbb29
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.
#bcbb29 Background Color
<div style="background-color:#bcbb29">
Div content here</div>
This div background color is #bcbb29
#bcbb29 Border Color
<div style="border:3px solid #bcbb29">
Div here</div>
This div border color is #bcbb29
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,187,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcbb29; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcbb29; -webkit-box-shadow: 1px 1px 3px 2px #bcbb29; box-shadow: 1px 1px 3px 2px #bcbb29; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,187,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcbb29">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbb29; -webkit-box-shadow: 1px 1px 3px 2px #bcbb29; box-shadow: 1px 1px 3px 2px #bcbb29;">
Div content here</div>
This div box has shadow with color #bcbb29
Comments
No comments written yet.
Please login to write comment.