Color spaces of #cfd166
RGB | 207 | 209 | 102 |
---|---|---|---|
HSL | 0.17 | 0.54 | 0.61 |
HSV | 61° | 51° | 82° |
CMYK | 0.01 | 0.00 | 0.51 0.18 |
XYZ | 50.9309 | 59.8256 | 21.4335 |
Yxy | 59.8256 | 0.3853 | 0.4526 |
Hunter Lab | 77.3470 | -17.8199 | 37.7132 |
CIE-Lab | 81.7433 | -15.1905 | 52.1797 |
#cfd166 color RGB value is (207,209,102).
#cfd166 hex color red value is 207, green value is 209 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cfd166 hue: 0.17 , saturation: 0.54 and the lightness value of cfd166 is 0.61.
The process color (four color CMYK) of #cfd166 color hex is 0.01, 0.00, 0.51, 0.18. Web safe color of #cfd166 is #cccc66. Color #cfd166 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11010001 | 01100110 |
Octal | 317 | 321 | 146 |
Decimal | 207 | 209 | 102 |
Hex | CF | D1 | 66 |
Shades of #cfd166
Tints of #cfd166
RGB Percentages of Color #cfd166
CMYK Percentages of Color #cfd166
Complementary Color
#cfd166 | #6866d1 |
#cfd166 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfd166 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfd166 Color CSS Codes
.mybgcolor {background-color:#cfd166; } .myforecolor {color:#cfd166; } .mybordercolor {border:3px solid #cfd166; }
#cfd166 Text Font Color
<p style="color:#cfd166">Text here</p>
This sample text font color is #cfd166
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.
#cfd166 Background Color
<div style="background-color:#cfd166">
Div content here</div>
This div background color is #cfd166
#cfd166 Border Color
<div style="border:3px solid #cfd166">
Div here</div>
This div border color is #cfd166
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,209,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfd166; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfd166; -webkit-box-shadow: 1px 1px 3px 2px #cfd166; box-shadow: 1px 1px 3px 2px #cfd166; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,209,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfd166">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfd166; -webkit-box-shadow: 1px 1px 3px 2px #cfd166; box-shadow: 1px 1px 3px 2px #cfd166;">
Div content here</div>
This div box has shadow with color #cfd166
Comments
No comments written yet.
Please login to write comment.