Color spaces of #cbfe11
RGB | 203 | 254 | 17 |
---|---|---|---|
HSL | 0.20 | 0.99 | 0.53 |
HSV | 73° | 93° | 100° |
CMYK | 0.20 | 0.00 | 0.93 0.00 |
XYZ | 60.1716 | 83.6206 | 13.4993 |
Yxy | 83.6206 | 0.3825 | 0.5316 |
Hunter Lab | 91.4443 | -42.5721 | 55.2584 |
CIE-Lab | 93.2855 | -41.7315 | 88.6960 |
#cbfe11 color RGB value is (203,254,17).
#cbfe11 hex color red value is 203, green value is 254 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #cbfe11 hue: 0.20 , saturation: 0.99 and the lightness value of cbfe11 is 0.53.
The process color (four color CMYK) of #cbfe11 color hex is 0.20, 0.00, 0.93, 0.00. Web safe color of #cbfe11 is #ccff00. Color #cbfe11 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11111110 | 00010001 |
Octal | 313 | 376 | 21 |
Decimal | 203 | 254 | 17 |
Hex | CB | FE | 11 |
Shades of #cbfe11
Tints of #cbfe11
RGB Percentages of Color #cbfe11
CMYK Percentages of Color #cbfe11
Complementary Color
#cbfe11 | #4411fe |
#cbfe11 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbfe11 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbfe11 Color CSS Codes
.mybgcolor {background-color:#cbfe11; } .myforecolor {color:#cbfe11; } .mybordercolor {border:3px solid #cbfe11; }
#cbfe11 Text Font Color
<p style="color:#cbfe11">Text here</p>
This sample text font color is #cbfe11
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.
#cbfe11 Background Color
<div style="background-color:#cbfe11">
Div content here</div>
This div background color is #cbfe11
#cbfe11 Border Color
<div style="border:3px solid #cbfe11">
Div here</div>
This div border color is #cbfe11
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,254,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbfe11; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbfe11; -webkit-box-shadow: 1px 1px 3px 2px #cbfe11; box-shadow: 1px 1px 3px 2px #cbfe11; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,254,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbfe11">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbfe11; -webkit-box-shadow: 1px 1px 3px 2px #cbfe11; box-shadow: 1px 1px 3px 2px #cbfe11;">
Div content here</div>
This div box has shadow with color #cbfe11
Comments
No comments written yet.
Please login to write comment.