Color spaces of #bcb252
RGB | 188 | 178 | 82 |
---|---|---|---|
HSL | 0.15 | 0.44 | 0.53 |
HSV | 54° | 56° | 74° |
CMYK | 0.00 | 0.05 | 0.56 0.26 |
XYZ | 38.1824 | 43.1414 | 14.2973 |
Yxy | 43.1414 | 0.3993 | 0.4512 |
Hunter Lab | 65.6821 | -11.1779 | 33.0716 |
CIE-Lab | 71.6508 | -8.8745 | 49.4673 |
#bcb252 color RGB value is (188,178,82).
#bcb252 hex color red value is 188, green value is 178 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bcb252 hue: 0.15 , saturation: 0.44 and the lightness value of bcb252 is 0.53.
The process color (four color CMYK) of #bcb252 color hex is 0.00, 0.05, 0.56, 0.26. Web safe color of #bcb252 is #cc9966. Color #bcb252 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10110010 | 01010010 |
Octal | 274 | 262 | 122 |
Decimal | 188 | 178 | 82 |
Hex | BC | B2 | 52 |
Shades of #bcb252
Tints of #bcb252
RGB Percentages of Color #bcb252
CMYK Percentages of Color #bcb252
Complementary Color
#bcb252 | #525cbc |
#bcb252 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcb252 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcb252 Color CSS Codes
.mybgcolor {background-color:#bcb252; } .myforecolor {color:#bcb252; } .mybordercolor {border:3px solid #bcb252; }
#bcb252 Text Font Color
<p style="color:#bcb252">Text here</p>
This sample text font color is #bcb252
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.
#bcb252 Background Color
<div style="background-color:#bcb252">
Div content here</div>
This div background color is #bcb252
#bcb252 Border Color
<div style="border:3px solid #bcb252">
Div here</div>
This div border color is #bcb252
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,178,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcb252; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcb252; -webkit-box-shadow: 1px 1px 3px 2px #bcb252; box-shadow: 1px 1px 3px 2px #bcb252; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,178,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcb252">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcb252; -webkit-box-shadow: 1px 1px 3px 2px #bcb252; box-shadow: 1px 1px 3px 2px #bcb252;">
Div content here</div>
This div box has shadow with color #bcb252
Comments
No comments written yet.
Please login to write comment.