Color spaces of #bcd656
RGB | 188 | 214 | 86 |
---|---|---|---|
HSL | 0.20 | 0.61 | 0.59 |
HSV | 72° | 60° | 84° |
CMYK | 0.12 | 0.00 | 0.60 0.16 |
XYZ | 46.4653 | 59.4564 | 17.8313 |
Yxy | 59.4564 | 0.3755 | 0.4804 |
Hunter Lab | 77.1080 | -27.3748 | 40.2647 |
CIE-Lab | 81.5418 | -26.5563 | 58.7536 |
#bcd656 color RGB value is (188,214,86).
#bcd656 hex color red value is 188, green value is 214 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bcd656 hue: 0.20 , saturation: 0.61 and the lightness value of bcd656 is 0.59.
The process color (four color CMYK) of #bcd656 color hex is 0.12, 0.00, 0.60, 0.16. Web safe color of #bcd656 is #cccc66. Color #bcd656 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11010110 | 01010110 |
Octal | 274 | 326 | 126 |
Decimal | 188 | 214 | 86 |
Hex | BC | D6 | 56 |
Shades of #bcd656
Tints of #bcd656
RGB Percentages of Color #bcd656
CMYK Percentages of Color #bcd656
Complementary Color
#bcd656 | #7056d6 |
#bcd656 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd656 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd656 Color CSS Codes
.mybgcolor {background-color:#bcd656; } .myforecolor {color:#bcd656; } .mybordercolor {border:3px solid #bcd656; }
#bcd656 Text Font Color
<p style="color:#bcd656">Text here</p>
This sample text font color is #bcd656
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.
#bcd656 Background Color
<div style="background-color:#bcd656">
Div content here</div>
This div background color is #bcd656
#bcd656 Border Color
<div style="border:3px solid #bcd656">
Div here</div>
This div border color is #bcd656
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,214,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd656; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd656; -webkit-box-shadow: 1px 1px 3px 2px #bcd656; box-shadow: 1px 1px 3px 2px #bcd656; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,214,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcd656">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd656; -webkit-box-shadow: 1px 1px 3px 2px #bcd656; box-shadow: 1px 1px 3px 2px #bcd656;">
Div content here</div>
This div box has shadow with color #bcd656
Comments
No comments written yet.
Please login to write comment.