Color spaces of #cbfd6f
RGB | 203 | 253 | 111 |
---|---|---|---|
HSL | 0.23 | 0.97 | 0.71 |
HSV | 81° | 56° | 99° |
CMYK | 0.20 | 0.00 | 0.56 0.01 |
XYZ | 62.6231 | 84.0948 | 27.9703 |
Yxy | 84.0948 | 0.3585 | 0.4814 |
Hunter Lab | 91.7032 | -38.5850 | 46.1083 |
CIE-Lab | 93.4917 | -36.8672 | 61.6406 |
#cbfd6f color RGB value is (203,253,111).
#cbfd6f hex color red value is 203, green value is 253 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cbfd6f hue: 0.23 , saturation: 0.97 and the lightness value of cbfd6f is 0.71.
The process color (four color CMYK) of #cbfd6f color hex is 0.20, 0.00, 0.56, 0.01. Web safe color of #cbfd6f is #ccff66. Color #cbfd6f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11111101 | 01101111 |
Octal | 313 | 375 | 157 |
Decimal | 203 | 253 | 111 |
Hex | CB | FD | 6F |
Shades of #cbfd6f
Tints of #cbfd6f
RGB Percentages of Color #cbfd6f
CMYK Percentages of Color #cbfd6f
Complementary Color
#cbfd6f | #a16ffd |
#cbfd6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbfd6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbfd6f Color CSS Codes
.mybgcolor {background-color:#cbfd6f; } .myforecolor {color:#cbfd6f; } .mybordercolor {border:3px solid #cbfd6f; }
#cbfd6f Text Font Color
<p style="color:#cbfd6f">Text here</p>
This sample text font color is #cbfd6f
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.
#cbfd6f Background Color
<div style="background-color:#cbfd6f">
Div content here</div>
This div background color is #cbfd6f
#cbfd6f Border Color
<div style="border:3px solid #cbfd6f">
Div here</div>
This div border color is #cbfd6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,253,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbfd6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbfd6f; -webkit-box-shadow: 1px 1px 3px 2px #cbfd6f; box-shadow: 1px 1px 3px 2px #cbfd6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,253,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbfd6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbfd6f; -webkit-box-shadow: 1px 1px 3px 2px #cbfd6f; box-shadow: 1px 1px 3px 2px #cbfd6f;">
Div content here</div>
This div box has shadow with color #cbfd6f
Related Colors
Comments
No comments written yet.
Please login to write comment.