Color spaces of #bce61f
RGB | 188 | 230 | 31 |
---|---|---|---|
HSL | 0.20 | 0.80 | 0.51 |
HSV | 73° | 87° | 90° |
CMYK | 0.18 | 0.00 | 0.87 0.10 |
XYZ | 49.2832 | 67.3839 | 11.7052 |
Yxy | 67.3839 | 0.3839 | 0.5249 |
Hunter Lab | 82.0877 | -36.4870 | 49.0070 |
CIE-Lab | 85.6974 | -36.6618 | 80.2428 |
#bce61f color RGB value is (188,230,31).
#bce61f hex color red value is 188, green value is 230 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bce61f hue: 0.20 , saturation: 0.80 and the lightness value of bce61f is 0.51.
The process color (four color CMYK) of #bce61f color hex is 0.18, 0.00, 0.87, 0.10. Web safe color of #bce61f is #ccff33. Color #bce61f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11100110 | 00011111 |
Octal | 274 | 346 | 37 |
Decimal | 188 | 230 | 31 |
Hex | BC | E6 | 1F |
Shades of #bce61f
Tints of #bce61f
RGB Percentages of Color #bce61f
CMYK Percentages of Color #bce61f
Complementary Color
#bce61f | #491fe6 |
#bce61f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce61f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce61f Color CSS Codes
.mybgcolor {background-color:#bce61f; } .myforecolor {color:#bce61f; } .mybordercolor {border:3px solid #bce61f; }
#bce61f Text Font Color
<p style="color:#bce61f">Text here</p>
This sample text font color is #bce61f
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.
#bce61f Background Color
<div style="background-color:#bce61f">
Div content here</div>
This div background color is #bce61f
#bce61f Border Color
<div style="border:3px solid #bce61f">
Div here</div>
This div border color is #bce61f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,230,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce61f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce61f; -webkit-box-shadow: 1px 1px 3px 2px #bce61f; box-shadow: 1px 1px 3px 2px #bce61f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,230,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bce61f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce61f; -webkit-box-shadow: 1px 1px 3px 2px #bce61f; box-shadow: 1px 1px 3px 2px #bce61f;">
Div content here</div>
This div box has shadow with color #bce61f
Comments
No comments written yet.
Please login to write comment.