Color spaces of #bce36c
RGB | 188 | 227 | 108 |
---|---|---|---|
HSL | 0.22 | 0.68 | 0.66 |
HSV | 80° | 52° | 89° |
CMYK | 0.17 | 0.00 | 0.52 0.11 |
XYZ | 50.9149 | 66.7122 | 24.3806 |
Yxy | 66.7122 | 0.3585 | 0.4698 |
Hunter Lab | 81.6775 | -31.6651 | 39.4763 |
CIE-Lab | 85.3584 | -30.8154 | 53.3076 |
#bce36c color RGB value is (188,227,108).
#bce36c hex color red value is 188, green value is 227 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bce36c hue: 0.22 , saturation: 0.68 and the lightness value of bce36c is 0.66.
The process color (four color CMYK) of #bce36c color hex is 0.17, 0.00, 0.52, 0.11. Web safe color of #bce36c is #cccc66. Color #bce36c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11100011 | 01101100 |
Octal | 274 | 343 | 154 |
Decimal | 188 | 227 | 108 |
Hex | BC | E3 | 6C |
Shades of #bce36c
Tints of #bce36c
RGB Percentages of Color #bce36c
CMYK Percentages of Color #bce36c
Complementary Color
#bce36c | #936ce3 |
#bce36c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce36c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce36c Color CSS Codes
.mybgcolor {background-color:#bce36c; } .myforecolor {color:#bce36c; } .mybordercolor {border:3px solid #bce36c; }
#bce36c Text Font Color
<p style="color:#bce36c">Text here</p>
This sample text font color is #bce36c
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.
#bce36c Background Color
<div style="background-color:#bce36c">
Div content here</div>
This div background color is #bce36c
#bce36c Border Color
<div style="border:3px solid #bce36c">
Div here</div>
This div border color is #bce36c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,227,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce36c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce36c; -webkit-box-shadow: 1px 1px 3px 2px #bce36c; box-shadow: 1px 1px 3px 2px #bce36c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,227,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bce36c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce36c; -webkit-box-shadow: 1px 1px 3px 2px #bce36c; box-shadow: 1px 1px 3px 2px #bce36c;">
Div content here</div>
This div box has shadow with color #bce36c
Comments
No comments written yet.
Please login to write comment.