Color spaces of #bce454
RGB | 188 | 228 | 84 |
---|---|---|---|
HSL | 0.21 | 0.73 | 0.61 |
HSV | 77° | 63° | 89° |
CMYK | 0.18 | 0.00 | 0.63 0.11 |
XYZ | 50.0827 | 66.8183 | 18.6451 |
Yxy | 66.8183 | 0.3695 | 0.4930 |
Hunter Lab | 81.7425 | -33.6843 | 43.6959 |
CIE-Lab | 85.4121 | -33.2714 | 63.7866 |
#bce454 color RGB value is (188,228,84).
#bce454 hex color red value is 188, green value is 228 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bce454 hue: 0.21 , saturation: 0.73 and the lightness value of bce454 is 0.61.
The process color (four color CMYK) of #bce454 color hex is 0.18, 0.00, 0.63, 0.11. Web safe color of #bce454 is #cccc66. Color #bce454 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11100100 | 01010100 |
Octal | 274 | 344 | 124 |
Decimal | 188 | 228 | 84 |
Hex | BC | E4 | 54 |
Shades of #bce454
Tints of #bce454
RGB Percentages of Color #bce454
CMYK Percentages of Color #bce454
Complementary Color
#bce454 | #7c54e4 |
#bce454 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce454 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce454 Color CSS Codes
.mybgcolor {background-color:#bce454; } .myforecolor {color:#bce454; } .mybordercolor {border:3px solid #bce454; }
#bce454 Text Font Color
<p style="color:#bce454">Text here</p>
This sample text font color is #bce454
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.
#bce454 Background Color
<div style="background-color:#bce454">
Div content here</div>
This div background color is #bce454
#bce454 Border Color
<div style="border:3px solid #bce454">
Div here</div>
This div border color is #bce454
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,228,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce454; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce454; -webkit-box-shadow: 1px 1px 3px 2px #bce454; box-shadow: 1px 1px 3px 2px #bce454; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,228,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bce454">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce454; -webkit-box-shadow: 1px 1px 3px 2px #bce454; box-shadow: 1px 1px 3px 2px #bce454;">
Div content here</div>
This div box has shadow with color #bce454
Comments
No comments written yet.
Please login to write comment.