Color spaces of #cad36f
RGB | 202 | 211 | 111 |
---|---|---|---|
HSL | 0.18 | 0.53 | 0.63 |
HSV | 65° | 47° | 83° |
CMYK | 0.04 | 0.00 | 0.47 0.17 |
XYZ | 50.5206 | 60.2928 | 24.0139 |
Yxy | 60.2928 | 0.3747 | 0.4472 |
Hunter Lab | 77.6484 | -19.7469 | 36.0176 |
CIE-Lab | 81.9971 | -17.3779 | 48.1242 |
#cad36f color RGB value is (202,211,111).
#cad36f hex color red value is 202, green value is 211 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cad36f hue: 0.18 , saturation: 0.53 and the lightness value of cad36f is 0.63.
The process color (four color CMYK) of #cad36f color hex is 0.04, 0.00, 0.47, 0.17. Web safe color of #cad36f is #cccc66. Color #cad36f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010011 | 01101111 |
Octal | 312 | 323 | 157 |
Decimal | 202 | 211 | 111 |
Hex | CA | D3 | 6F |
Shades of #cad36f
Tints of #cad36f
RGB Percentages of Color #cad36f
CMYK Percentages of Color #cad36f
Complementary Color
#cad36f | #786fd3 |
#cad36f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad36f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad36f Color CSS Codes
.mybgcolor {background-color:#cad36f; } .myforecolor {color:#cad36f; } .mybordercolor {border:3px solid #cad36f; }
#cad36f Text Font Color
<p style="color:#cad36f">Text here</p>
This sample text font color is #cad36f
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.
#cad36f Background Color
<div style="background-color:#cad36f">
Div content here</div>
This div background color is #cad36f
#cad36f Border Color
<div style="border:3px solid #cad36f">
Div here</div>
This div border color is #cad36f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,211,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad36f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad36f; -webkit-box-shadow: 1px 1px 3px 2px #cad36f; box-shadow: 1px 1px 3px 2px #cad36f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,211,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad36f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad36f; -webkit-box-shadow: 1px 1px 3px 2px #cad36f; box-shadow: 1px 1px 3px 2px #cad36f;">
Div content here</div>
This div box has shadow with color #cad36f
Comments
No comments written yet.
Please login to write comment.