Color spaces of #cfe66f
RGB | 207 | 230 | 111 |
---|---|---|---|
HSL | 0.20 | 0.70 | 0.67 |
HSV | 72° | 52° | 90° |
CMYK | 0.10 | 0.00 | 0.52 0.10 |
XYZ | 56.8982 | 71.0067 | 25.7457 |
Yxy | 71.0067 | 0.3703 | 0.4621 |
Hunter Lab | 84.2655 | -26.9368 | 40.8709 |
CIE-Lab | 87.4883 | -24.6745 | 54.7541 |
#cfe66f color RGB value is (207,230,111).
#cfe66f hex color red value is 207, green value is 230 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfe66f hue: 0.20 , saturation: 0.70 and the lightness value of cfe66f is 0.67.
The process color (four color CMYK) of #cfe66f color hex is 0.10, 0.00, 0.52, 0.10. Web safe color of #cfe66f is #ccff66. Color #cfe66f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11100110 | 01101111 |
Octal | 317 | 346 | 157 |
Decimal | 207 | 230 | 111 |
Hex | CF | E6 | 6F |
Shades of #cfe66f
Tints of #cfe66f
RGB Percentages of Color #cfe66f
CMYK Percentages of Color #cfe66f
Complementary Color
#cfe66f | #866fe6 |
#cfe66f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe66f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe66f Color CSS Codes
.mybgcolor {background-color:#cfe66f; } .myforecolor {color:#cfe66f; } .mybordercolor {border:3px solid #cfe66f; }
#cfe66f Text Font Color
<p style="color:#cfe66f">Text here</p>
This sample text font color is #cfe66f
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.
#cfe66f Background Color
<div style="background-color:#cfe66f">
Div content here</div>
This div background color is #cfe66f
#cfe66f Border Color
<div style="border:3px solid #cfe66f">
Div here</div>
This div border color is #cfe66f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,230,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe66f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe66f; -webkit-box-shadow: 1px 1px 3px 2px #cfe66f; box-shadow: 1px 1px 3px 2px #cfe66f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,230,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 #cfe66f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe66f; -webkit-box-shadow: 1px 1px 3px 2px #cfe66f; box-shadow: 1px 1px 3px 2px #cfe66f;">
Div content here</div>
This div box has shadow with color #cfe66f
Comments
No comments written yet.
Please login to write comment.