Color spaces of #bcec3e
RGB | 188 | 236 | 62 |
---|---|---|---|
HSL | 0.21 | 0.82 | 0.58 |
HSV | 77° | 74° | 93° |
CMYK | 0.20 | 0.00 | 0.74 0.07 |
XYZ | 51.6040 | 71.0301 | 15.5478 |
Yxy | 71.0301 | 0.3734 | 0.5140 |
Hunter Lab | 84.2794 | -38.1939 | 48.0578 |
CIE-Lab | 87.4996 | -38.2210 | 73.9115 |
#bcec3e color RGB value is (188,236,62).
#bcec3e hex color red value is 188, green value is 236 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bcec3e hue: 0.21 , saturation: 0.82 and the lightness value of bcec3e is 0.58.
The process color (four color CMYK) of #bcec3e color hex is 0.20, 0.00, 0.74, 0.07. Web safe color of #bcec3e is #ccff33. Color #bcec3e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101100 | 00111110 |
Octal | 274 | 354 | 76 |
Decimal | 188 | 236 | 62 |
Hex | BC | EC | 3E |
Shades of #bcec3e
Tints of #bcec3e
RGB Percentages of Color #bcec3e
CMYK Percentages of Color #bcec3e
Complementary Color
#bcec3e | #6e3eec |
#bcec3e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcec3e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcec3e Color CSS Codes
.mybgcolor {background-color:#bcec3e; } .myforecolor {color:#bcec3e; } .mybordercolor {border:3px solid #bcec3e; }
#bcec3e Text Font Color
<p style="color:#bcec3e">Text here</p>
This sample text font color is #bcec3e
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.
#bcec3e Background Color
<div style="background-color:#bcec3e">
Div content here</div>
This div background color is #bcec3e
#bcec3e Border Color
<div style="border:3px solid #bcec3e">
Div here</div>
This div border color is #bcec3e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,236,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcec3e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcec3e; -webkit-box-shadow: 1px 1px 3px 2px #bcec3e; box-shadow: 1px 1px 3px 2px #bcec3e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,236,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcec3e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcec3e; -webkit-box-shadow: 1px 1px 3px 2px #bcec3e; box-shadow: 1px 1px 3px 2px #bcec3e;">
Div content here</div>
This div box has shadow with color #bcec3e
Comments
No comments written yet.
Please login to write comment.