Color spaces of #bce13c
RGB | 188 | 225 | 60 |
---|---|---|---|
HSL | 0.20 | 0.73 | 0.56 |
HSV | 73° | 73° | 88° |
CMYK | 0.16 | 0.00 | 0.73 0.12 |
XYZ | 48.4799 | 64.8680 | 14.2406 |
Yxy | 64.8680 | 0.3800 | 0.5084 |
Hunter Lab | 80.5407 | -33.5016 | 45.8953 |
CIE-Lab | 84.4157 | -33.3314 | 71.6102 |
#bce13c color RGB value is (188,225,60).
#bce13c hex color red value is 188, green value is 225 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bce13c hue: 0.20 , saturation: 0.73 and the lightness value of bce13c is 0.56.
The process color (four color CMYK) of #bce13c color hex is 0.16, 0.00, 0.73, 0.12. Web safe color of #bce13c is #cccc33. Color #bce13c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11100001 | 00111100 |
Octal | 274 | 341 | 74 |
Decimal | 188 | 225 | 60 |
Hex | BC | E1 | 3C |
Shades of #bce13c
Tints of #bce13c
RGB Percentages of Color #bce13c
CMYK Percentages of Color #bce13c
Complementary Color
#bce13c | #613ce1 |
#bce13c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce13c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce13c Color CSS Codes
.mybgcolor {background-color:#bce13c; } .myforecolor {color:#bce13c; } .mybordercolor {border:3px solid #bce13c; }
#bce13c Text Font Color
<p style="color:#bce13c">Text here</p>
This sample text font color is #bce13c
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.
#bce13c Background Color
<div style="background-color:#bce13c">
Div content here</div>
This div background color is #bce13c
#bce13c Border Color
<div style="border:3px solid #bce13c">
Div here</div>
This div border color is #bce13c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,225,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce13c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce13c; -webkit-box-shadow: 1px 1px 3px 2px #bce13c; box-shadow: 1px 1px 3px 2px #bce13c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,225,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bce13c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce13c; -webkit-box-shadow: 1px 1px 3px 2px #bce13c; box-shadow: 1px 1px 3px 2px #bce13c;">
Div content here</div>
This div box has shadow with color #bce13c
Comments
No comments written yet.
Please login to write comment.