Color spaces of #bcb53a
RGB | 188 | 181 | 58 |
---|---|---|---|
HSL | 0.16 | 0.53 | 0.48 |
HSV | 57° | 69° | 74° |
CMYK | 0.00 | 0.04 | 0.69 0.26 |
XYZ | 38.0266 | 44.0446 | 10.5002 |
Yxy | 44.0446 | 0.4108 | 0.4758 |
Hunter Lab | 66.3661 | -13.8634 | 37.0756 |
CIE-Lab | 72.2583 | -11.9954 | 60.4540 |
#bcb53a color RGB value is (188,181,58).
#bcb53a hex color red value is 188, green value is 181 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bcb53a hue: 0.16 , saturation: 0.53 and the lightness value of bcb53a is 0.48.
The process color (four color CMYK) of #bcb53a color hex is 0.00, 0.04, 0.69, 0.26. Web safe color of #bcb53a is #cccc33. Color #bcb53a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10110101 | 00111010 |
Octal | 274 | 265 | 72 |
Decimal | 188 | 181 | 58 |
Hex | BC | B5 | 3A |
Shades of #bcb53a
Tints of #bcb53a
RGB Percentages of Color #bcb53a
CMYK Percentages of Color #bcb53a
Complementary Color
#bcb53a | #3a41bc |
#bcb53a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcb53a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcb53a Color CSS Codes
.mybgcolor {background-color:#bcb53a; } .myforecolor {color:#bcb53a; } .mybordercolor {border:3px solid #bcb53a; }
#bcb53a Text Font Color
<p style="color:#bcb53a">Text here</p>
This sample text font color is #bcb53a
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.
#bcb53a Background Color
<div style="background-color:#bcb53a">
Div content here</div>
This div background color is #bcb53a
#bcb53a Border Color
<div style="border:3px solid #bcb53a">
Div here</div>
This div border color is #bcb53a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,181,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcb53a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcb53a; -webkit-box-shadow: 1px 1px 3px 2px #bcb53a; box-shadow: 1px 1px 3px 2px #bcb53a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,181,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcb53a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcb53a; -webkit-box-shadow: 1px 1px 3px 2px #bcb53a; box-shadow: 1px 1px 3px 2px #bcb53a;">
Div content here</div>
This div box has shadow with color #bcb53a
Comments
No comments written yet.
Please login to write comment.