Color spaces of #bcd37d
RGB | 188 | 211 | 125 |
---|---|---|---|
HSL | 0.21 | 0.49 | 0.66 |
HSV | 76° | 41° | 83° |
CMYK | 0.11 | 0.00 | 0.41 0.17 |
XYZ | 47.7350 | 58.7606 | 28.2281 |
Yxy | 58.7606 | 0.3543 | 0.4362 |
Hunter Lab | 76.6555 | -22.9913 | 31.8255 |
CIE-Lab | 81.1598 | -21.3542 | 39.9894 |
#bcd37d color RGB value is (188,211,125).
#bcd37d hex color red value is 188, green value is 211 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bcd37d hue: 0.21 , saturation: 0.49 and the lightness value of bcd37d is 0.66.
The process color (four color CMYK) of #bcd37d color hex is 0.11, 0.00, 0.41, 0.17. Web safe color of #bcd37d is #cccc66. Color #bcd37d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11010011 | 01111101 |
Octal | 274 | 323 | 175 |
Decimal | 188 | 211 | 125 |
Hex | BC | D3 | 7D |
Shades of #bcd37d
Tints of #bcd37d
RGB Percentages of Color #bcd37d
CMYK Percentages of Color #bcd37d
Complementary Color
#bcd37d | #947dd3 |
#bcd37d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd37d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd37d Color CSS Codes
.mybgcolor {background-color:#bcd37d; } .myforecolor {color:#bcd37d; } .mybordercolor {border:3px solid #bcd37d; }
#bcd37d Text Font Color
<p style="color:#bcd37d">Text here</p>
This sample text font color is #bcd37d
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.
#bcd37d Background Color
<div style="background-color:#bcd37d">
Div content here</div>
This div background color is #bcd37d
#bcd37d Border Color
<div style="border:3px solid #bcd37d">
Div here</div>
This div border color is #bcd37d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,211,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd37d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd37d; -webkit-box-shadow: 1px 1px 3px 2px #bcd37d; box-shadow: 1px 1px 3px 2px #bcd37d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,211,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcd37d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd37d; -webkit-box-shadow: 1px 1px 3px 2px #bcd37d; box-shadow: 1px 1px 3px 2px #bcd37d;">
Div content here</div>
This div box has shadow with color #bcd37d
Comments
No comments written yet.
Please login to write comment.