Color spaces of #cade00
RGB | 202 | 222 | 0 |
---|---|---|---|
HSL | 0.18 | 1.00 | 0.44 |
HSV | 65° | 100° | 87° |
CMYK | 0.09 | 0.00 | 1.00 0.13 |
XYZ | 50.4784 | 64.7991 | 9.8470 |
Yxy | 64.7991 | 0.4034 | 0.5179 |
Hunter Lab | 80.4979 | -28.9380 | 49.0958 |
CIE-Lab | 84.3801 | -27.7623 | 83.2964 |
#cade00 color RGB value is (202,222,0).
#cade00 hex color red value is 202, green value is 222 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cade00 hue: 0.18 , saturation: 1.00 and the lightness value of cade00 is 0.44.
The process color (four color CMYK) of #cade00 color hex is 0.09, 0.00, 1.00, 0.13. Web safe color of #cade00 is #cccc00. Color #cade00 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011110 | 00000000 |
Octal | 312 | 336 | 0 |
Decimal | 202 | 222 | 0 |
Hex | CA | DE | 0 |
Shades of #cade00
Tints of #cade00
RGB Percentages of Color #cade00
CMYK Percentages of Color #cade00
Complementary Color
#cade00 | #1400de |
#cade00 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cade00 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cade00 Color CSS Codes
.mybgcolor {background-color:#cade00; } .myforecolor {color:#cade00; } .mybordercolor {border:3px solid #cade00; }
#cade00 Text Font Color
<p style="color:#cade00">Text here</p>
This sample text font color is #cade00
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.
#cade00 Background Color
<div style="background-color:#cade00">
Div content here</div>
This div background color is #cade00
#cade00 Border Color
<div style="border:3px solid #cade00">
Div here</div>
This div border color is #cade00
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,222,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cade00; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cade00; -webkit-box-shadow: 1px 1px 3px 2px #cade00; box-shadow: 1px 1px 3px 2px #cade00; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,222,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cade00">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cade00; -webkit-box-shadow: 1px 1px 3px 2px #cade00; box-shadow: 1px 1px 3px 2px #cade00;">
Div content here</div>
This div box has shadow with color #cade00
#cade00 Color Palettes
Comments
No comments written yet.
Please login to write comment.