Color spaces of #cfdd18
RGB | 207 | 221 | 24 |
---|---|---|---|
HSL | 0.18 | 0.80 | 0.48 |
HSV | 64° | 89° | 87° |
CMYK | 0.06 | 0.00 | 0.89 0.13 |
XYZ | 51.7534 | 65.0442 | 10.6913 |
Yxy | 65.0442 | 0.4059 | 0.5102 |
Hunter Lab | 80.6500 | -26.5933 | 48.5953 |
CIE-Lab | 84.5065 | -24.9264 | 81.0186 |
#cfdd18 color RGB value is (207,221,24).
#cfdd18 hex color red value is 207, green value is 221 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #cfdd18 hue: 0.18 , saturation: 0.80 and the lightness value of cfdd18 is 0.48.
The process color (four color CMYK) of #cfdd18 color hex is 0.06, 0.00, 0.89, 0.13. Web safe color of #cfdd18 is #cccc00. Color #cfdd18 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011101 | 00011000 |
Octal | 317 | 335 | 30 |
Decimal | 207 | 221 | 24 |
Hex | CF | DD | 18 |
Shades of #cfdd18
Tints of #cfdd18
RGB Percentages of Color #cfdd18
CMYK Percentages of Color #cfdd18
Complementary Color
#cfdd18 | #2618dd |
#cfdd18 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdd18 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdd18 Color CSS Codes
.mybgcolor {background-color:#cfdd18; } .myforecolor {color:#cfdd18; } .mybordercolor {border:3px solid #cfdd18; }
#cfdd18 Text Font Color
<p style="color:#cfdd18">Text here</p>
This sample text font color is #cfdd18
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.
#cfdd18 Background Color
<div style="background-color:#cfdd18">
Div content here</div>
This div background color is #cfdd18
#cfdd18 Border Color
<div style="border:3px solid #cfdd18">
Div here</div>
This div border color is #cfdd18
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,221,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdd18; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdd18; -webkit-box-shadow: 1px 1px 3px 2px #cfdd18; box-shadow: 1px 1px 3px 2px #cfdd18; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,221,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdd18">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdd18; -webkit-box-shadow: 1px 1px 3px 2px #cfdd18; box-shadow: 1px 1px 3px 2px #cfdd18;">
Div content here</div>
This div box has shadow with color #cfdd18
Comments
No comments written yet.
Please login to write comment.