Color spaces of #cbfe7f
RGB | 203 | 254 | 127 |
---|---|---|---|
HSL | 0.23 | 0.98 | 0.75 |
HSV | 84° | 50° | 100° |
CMYK | 0.20 | 0.00 | 0.50 0.00 |
XYZ | 63.9012 | 85.1124 | 33.1391 |
Yxy | 85.1124 | 0.3508 | 0.4673 |
Hunter Lab | 92.2564 | -37.8110 | 43.2821 |
CIE-Lab | 93.9315 | -35.8232 | 55.0058 |
#cbfe7f color RGB value is (203,254,127).
#cbfe7f hex color red value is 203, green value is 254 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cbfe7f hue: 0.23 , saturation: 0.98 and the lightness value of cbfe7f is 0.75.
The process color (four color CMYK) of #cbfe7f color hex is 0.20, 0.00, 0.50, 0.00. Web safe color of #cbfe7f is #ccff66. Color #cbfe7f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11111110 | 01111111 |
Octal | 313 | 376 | 177 |
Decimal | 203 | 254 | 127 |
Hex | CB | FE | 7F |
Shades of #cbfe7f
Tints of #cbfe7f
RGB Percentages of Color #cbfe7f
CMYK Percentages of Color #cbfe7f
Complementary Color
#cbfe7f | #b27ffe |
#cbfe7f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbfe7f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbfe7f Color CSS Codes
.mybgcolor {background-color:#cbfe7f; } .myforecolor {color:#cbfe7f; } .mybordercolor {border:3px solid #cbfe7f; }
#cbfe7f Text Font Color
<p style="color:#cbfe7f">Text here</p>
This sample text font color is #cbfe7f
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.
#cbfe7f Background Color
<div style="background-color:#cbfe7f">
Div content here</div>
This div background color is #cbfe7f
#cbfe7f Border Color
<div style="border:3px solid #cbfe7f">
Div here</div>
This div border color is #cbfe7f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,254,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbfe7f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbfe7f; -webkit-box-shadow: 1px 1px 3px 2px #cbfe7f; box-shadow: 1px 1px 3px 2px #cbfe7f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,254,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbfe7f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbfe7f; -webkit-box-shadow: 1px 1px 3px 2px #cbfe7f; box-shadow: 1px 1px 3px 2px #cbfe7f;">
Div content here</div>
This div box has shadow with color #cbfe7f
Comments
No comments written yet.
Please login to write comment.