Color spaces of #bce646
RGB | 188 | 230 | 70 |
---|---|---|---|
HSL | 0.21 | 0.76 | 0.59 |
HSV | 76° | 70° | 90° |
CMYK | 0.18 | 0.00 | 0.70 0.10 |
XYZ | 50.1413 | 67.7272 | 16.2243 |
Yxy | 67.7272 | 0.3739 | 0.5051 |
Hunter Lab | 82.2965 | -35.2632 | 45.9189 |
CIE-Lab | 85.8699 | -35.0871 | 69.6069 |
#bce646 color RGB value is (188,230,70).
#bce646 hex color red value is 188, green value is 230 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bce646 hue: 0.21 , saturation: 0.76 and the lightness value of bce646 is 0.59.
The process color (four color CMYK) of #bce646 color hex is 0.18, 0.00, 0.70, 0.10. Web safe color of #bce646 is #ccff33. Color #bce646 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11100110 | 01000110 |
Octal | 274 | 346 | 106 |
Decimal | 188 | 230 | 70 |
Hex | BC | E6 | 46 |
Shades of #bce646
Tints of #bce646
RGB Percentages of Color #bce646
CMYK Percentages of Color #bce646
Complementary Color
#bce646 | #7046e6 |
#bce646 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce646 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce646 Color CSS Codes
.mybgcolor {background-color:#bce646; } .myforecolor {color:#bce646; } .mybordercolor {border:3px solid #bce646; }
#bce646 Text Font Color
<p style="color:#bce646">Text here</p>
This sample text font color is #bce646
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.
#bce646 Background Color
<div style="background-color:#bce646">
Div content here</div>
This div background color is #bce646
#bce646 Border Color
<div style="border:3px solid #bce646">
Div here</div>
This div border color is #bce646
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,230,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce646; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce646; -webkit-box-shadow: 1px 1px 3px 2px #bce646; box-shadow: 1px 1px 3px 2px #bce646; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,230,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bce646">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce646; -webkit-box-shadow: 1px 1px 3px 2px #bce646; box-shadow: 1px 1px 3px 2px #bce646;">
Div content here</div>
This div box has shadow with color #bce646
Comments
No comments written yet.
Please login to write comment.