Color spaces of #cad511
RGB | 202 | 213 | 17 |
---|---|---|---|
HSL | 0.18 | 0.85 | 0.45 |
HSV | 63° | 92° | 84° |
CMYK | 0.05 | 0.00 | 0.92 0.16 |
XYZ | 48.2525 | 60.1855 | 9.6041 |
Yxy | 60.1855 | 0.4088 | 0.5099 |
Hunter Lab | 77.5793 | -24.7410 | 46.9656 |
CIE-Lab | 81.9389 | -23.2813 | 79.8317 |
#cad511 color RGB value is (202,213,17).
#cad511 hex color red value is 202, green value is 213 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #cad511 hue: 0.18 , saturation: 0.85 and the lightness value of cad511 is 0.45.
The process color (four color CMYK) of #cad511 color hex is 0.05, 0.00, 0.92, 0.16. Web safe color of #cad511 is #cccc00. Color #cad511 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010101 | 00010001 |
Octal | 312 | 325 | 21 |
Decimal | 202 | 213 | 17 |
Hex | CA | D5 | 11 |
Shades of #cad511
Tints of #cad511
RGB Percentages of Color #cad511
CMYK Percentages of Color #cad511
Complementary Color
#cad511 | #1c11d5 |
#cad511 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad511 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad511 Color CSS Codes
.mybgcolor {background-color:#cad511; } .myforecolor {color:#cad511; } .mybordercolor {border:3px solid #cad511; }
#cad511 Text Font Color
<p style="color:#cad511">Text here</p>
This sample text font color is #cad511
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.
#cad511 Background Color
<div style="background-color:#cad511">
Div content here</div>
This div background color is #cad511
#cad511 Border Color
<div style="border:3px solid #cad511">
Div here</div>
This div border color is #cad511
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,213,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad511; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad511; -webkit-box-shadow: 1px 1px 3px 2px #cad511; box-shadow: 1px 1px 3px 2px #cad511; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,213,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad511">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad511; -webkit-box-shadow: 1px 1px 3px 2px #cad511; box-shadow: 1px 1px 3px 2px #cad511;">
Div content here</div>
This div box has shadow with color #cad511
Comments
No comments written yet.
Please login to write comment.