Color spaces of #bcc947
RGB | 188 | 201 | 71 |
---|---|---|---|
HSL | 0.18 | 0.55 | 0.53 |
HSV | 66° | 65° | 79° |
CMYK | 0.06 | 0.00 | 0.65 0.21 |
XYZ | 42.7630 | 52.9196 | 13.9219 |
Yxy | 52.9196 | 0.3902 | 0.4828 |
Hunter Lab | 72.7459 | -22.3756 | 39.5753 |
CIE-Lab | 77.8275 | -21.2985 | 61.0144 |
#bcc947 color RGB value is (188,201,71).
#bcc947 hex color red value is 188, green value is 201 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bcc947 hue: 0.18 , saturation: 0.55 and the lightness value of bcc947 is 0.53.
The process color (four color CMYK) of #bcc947 color hex is 0.06, 0.00, 0.65, 0.21. Web safe color of #bcc947 is #cccc33. Color #bcc947 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001001 | 01000111 |
Octal | 274 | 311 | 107 |
Decimal | 188 | 201 | 71 |
Hex | BC | C9 | 47 |
Shades of #bcc947
Tints of #bcc947
RGB Percentages of Color #bcc947
CMYK Percentages of Color #bcc947
Complementary Color
#bcc947 | #5447c9 |
#bcc947 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcc947 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcc947 Color CSS Codes
.mybgcolor {background-color:#bcc947; } .myforecolor {color:#bcc947; } .mybordercolor {border:3px solid #bcc947; }
#bcc947 Text Font Color
<p style="color:#bcc947">Text here</p>
This sample text font color is #bcc947
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.
#bcc947 Background Color
<div style="background-color:#bcc947">
Div content here</div>
This div background color is #bcc947
#bcc947 Border Color
<div style="border:3px solid #bcc947">
Div here</div>
This div border color is #bcc947
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,201,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcc947; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcc947; -webkit-box-shadow: 1px 1px 3px 2px #bcc947; box-shadow: 1px 1px 3px 2px #bcc947; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,201,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcc947">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc947; -webkit-box-shadow: 1px 1px 3px 2px #bcc947; box-shadow: 1px 1px 3px 2px #bcc947;">
Div content here</div>
This div box has shadow with color #bcc947
Comments
No comments written yet.
Please login to write comment.