Color spaces of #bcd366
RGB | 188 | 211 | 102 |
---|---|---|---|
HSL | 0.20 | 0.55 | 0.61 |
HSV | 73° | 52° | 83° |
CMYK | 0.11 | 0.00 | 0.52 0.17 |
XYZ | 46.4316 | 58.2392 | 21.3645 |
Yxy | 58.2392 | 0.3684 | 0.4621 |
Hunter Lab | 76.3146 | -24.9470 | 36.8218 |
CIE-Lab | 80.8716 | -23.7626 | 50.8018 |
#bcd366 color RGB value is (188,211,102).
#bcd366 hex color red value is 188, green value is 211 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bcd366 hue: 0.20 , saturation: 0.55 and the lightness value of bcd366 is 0.61.
The process color (four color CMYK) of #bcd366 color hex is 0.11, 0.00, 0.52, 0.17. Web safe color of #bcd366 is #cccc66. Color #bcd366 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11010011 | 01100110 |
Octal | 274 | 323 | 146 |
Decimal | 188 | 211 | 102 |
Hex | BC | D3 | 66 |
Shades of #bcd366
Tints of #bcd366
RGB Percentages of Color #bcd366
CMYK Percentages of Color #bcd366
Complementary Color
#bcd366 | #7d66d3 |
#bcd366 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd366 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd366 Color CSS Codes
.mybgcolor {background-color:#bcd366; } .myforecolor {color:#bcd366; } .mybordercolor {border:3px solid #bcd366; }
#bcd366 Text Font Color
<p style="color:#bcd366">Text here</p>
This sample text font color is #bcd366
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.
#bcd366 Background Color
<div style="background-color:#bcd366">
Div content here</div>
This div background color is #bcd366
#bcd366 Border Color
<div style="border:3px solid #bcd366">
Div here</div>
This div border color is #bcd366
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,211,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd366; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd366; -webkit-box-shadow: 1px 1px 3px 2px #bcd366; box-shadow: 1px 1px 3px 2px #bcd366; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,211,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcd366">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd366; -webkit-box-shadow: 1px 1px 3px 2px #bcd366; box-shadow: 1px 1px 3px 2px #bcd366;">
Div content here</div>
This div box has shadow with color #bcd366
Comments
No comments written yet.
Please login to write comment.