Color spaces of #cfda64
RGB | 207 | 218 | 100 |
---|---|---|---|
HSL | 0.18 | 0.61 | 0.62 |
HSV | 66° | 54° | 85° |
CMYK | 0.05 | 0.00 | 0.54 0.15 |
XYZ | 53.1038 | 64.3283 | 21.6743 |
Yxy | 64.3283 | 0.3817 | 0.4624 |
Hunter Lab | 80.2049 | -22.1735 | 40.1211 |
CIE-Lab | 84.1364 | -19.8104 | 55.8717 |
#cfda64 color RGB value is (207,218,100).
#cfda64 hex color red value is 207, green value is 218 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cfda64 hue: 0.18 , saturation: 0.61 and the lightness value of cfda64 is 0.62.
The process color (four color CMYK) of #cfda64 color hex is 0.05, 0.00, 0.54, 0.15. Web safe color of #cfda64 is #cccc66. Color #cfda64 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011010 | 01100100 |
Octal | 317 | 332 | 144 |
Decimal | 207 | 218 | 100 |
Hex | CF | DA | 64 |
Shades of #cfda64
Tints of #cfda64
RGB Percentages of Color #cfda64
CMYK Percentages of Color #cfda64
Complementary Color
#cfda64 | #6f64da |
#cfda64 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfda64 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfda64 Color CSS Codes
.mybgcolor {background-color:#cfda64; } .myforecolor {color:#cfda64; } .mybordercolor {border:3px solid #cfda64; }
#cfda64 Text Font Color
<p style="color:#cfda64">Text here</p>
This sample text font color is #cfda64
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.
#cfda64 Background Color
<div style="background-color:#cfda64">
Div content here</div>
This div background color is #cfda64
#cfda64 Border Color
<div style="border:3px solid #cfda64">
Div here</div>
This div border color is #cfda64
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,218,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfda64; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfda64; -webkit-box-shadow: 1px 1px 3px 2px #cfda64; box-shadow: 1px 1px 3px 2px #cfda64; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,218,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfda64">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfda64; -webkit-box-shadow: 1px 1px 3px 2px #cfda64; box-shadow: 1px 1px 3px 2px #cfda64;">
Div content here</div>
This div box has shadow with color #cfda64
Comments
No comments written yet.
Please login to write comment.