Color spaces of #cfdc6f
RGB | 207 | 220 | 111 |
---|---|---|---|
HSL | 0.19 | 0.61 | 0.65 |
HSV | 67° | 50° | 86° |
CMYK | 0.06 | 0.00 | 0.50 0.14 |
XYZ | 54.1946 | 65.5995 | 24.8445 |
Yxy | 65.5995 | 0.3747 | 0.4535 |
Hunter Lab | 80.9935 | -22.3003 | 38.5084 |
CIE-Lab | 84.7917 | -19.8344 | 51.5651 |
#cfdc6f color RGB value is (207,220,111).
#cfdc6f hex color red value is 207, green value is 220 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfdc6f hue: 0.19 , saturation: 0.61 and the lightness value of cfdc6f is 0.65.
The process color (four color CMYK) of #cfdc6f color hex is 0.06, 0.00, 0.50, 0.14. Web safe color of #cfdc6f is #cccc66. Color #cfdc6f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011100 | 01101111 |
Octal | 317 | 334 | 157 |
Decimal | 207 | 220 | 111 |
Hex | CF | DC | 6F |
Shades of #cfdc6f
Tints of #cfdc6f
RGB Percentages of Color #cfdc6f
CMYK Percentages of Color #cfdc6f
Complementary Color
#cfdc6f | #7c6fdc |
#cfdc6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdc6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdc6f Color CSS Codes
.mybgcolor {background-color:#cfdc6f; } .myforecolor {color:#cfdc6f; } .mybordercolor {border:3px solid #cfdc6f; }
#cfdc6f Text Font Color
<p style="color:#cfdc6f">Text here</p>
This sample text font color is #cfdc6f
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.
#cfdc6f Background Color
<div style="background-color:#cfdc6f">
Div content here</div>
This div background color is #cfdc6f
#cfdc6f Border Color
<div style="border:3px solid #cfdc6f">
Div here</div>
This div border color is #cfdc6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,220,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdc6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdc6f; -webkit-box-shadow: 1px 1px 3px 2px #cfdc6f; box-shadow: 1px 1px 3px 2px #cfdc6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,220,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 #cfdc6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdc6f; -webkit-box-shadow: 1px 1px 3px 2px #cfdc6f; box-shadow: 1px 1px 3px 2px #cfdc6f;">
Div content here</div>
This div box has shadow with color #cfdc6f
Comments
No comments written yet.
Please login to write comment.