Color spaces of #bcac26
RGB | 188 | 172 | 38 |
---|---|---|---|
HSL | 0.15 | 0.66 | 0.44 |
HSV | 54° | 80° | 74° |
CMYK | 0.00 | 0.09 | 0.80 0.26 |
XYZ | 35.8414 | 40.3364 | 7.7304 |
Yxy | 40.3364 | 0.4272 | 0.4807 |
Hunter Lab | 63.5109 | -10.4105 | 37.2410 |
CIE-Lab | 69.7085 | -8.2016 | 64.9579 |
#bcac26 color RGB value is (188,172,38).
#bcac26 hex color red value is 188, green value is 172 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bcac26 hue: 0.15 , saturation: 0.66 and the lightness value of bcac26 is 0.44.
The process color (four color CMYK) of #bcac26 color hex is 0.00, 0.09, 0.80, 0.26. Web safe color of #bcac26 is #cc9933. Color #bcac26 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101100 | 00100110 |
Octal | 274 | 254 | 46 |
Decimal | 188 | 172 | 38 |
Hex | BC | AC | 26 |
Shades of #bcac26
Tints of #bcac26
RGB Percentages of Color #bcac26
CMYK Percentages of Color #bcac26
Complementary Color
#bcac26 | #2636bc |
#bcac26 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcac26 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcac26 Color CSS Codes
.mybgcolor {background-color:#bcac26; } .myforecolor {color:#bcac26; } .mybordercolor {border:3px solid #bcac26; }
#bcac26 Text Font Color
<p style="color:#bcac26">Text here</p>
This sample text font color is #bcac26
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.
#bcac26 Background Color
<div style="background-color:#bcac26">
Div content here</div>
This div background color is #bcac26
#bcac26 Border Color
<div style="border:3px solid #bcac26">
Div here</div>
This div border color is #bcac26
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,172,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcac26; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcac26; -webkit-box-shadow: 1px 1px 3px 2px #bcac26; box-shadow: 1px 1px 3px 2px #bcac26; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,172,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcac26">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcac26; -webkit-box-shadow: 1px 1px 3px 2px #bcac26; box-shadow: 1px 1px 3px 2px #bcac26;">
Div content here</div>
This div box has shadow with color #bcac26
Comments
No comments written yet.
Please login to write comment.