Color spaces of #cad04b
RGB | 202 | 208 | 75 |
---|---|---|---|
HSL | 0.17 | 0.59 | 0.55 |
HSV | 63° | 64° | 82° |
CMYK | 0.03 | 0.00 | 0.64 0.18 |
XYZ | 48.1830 | 58.1763 | 15.3462 |
Yxy | 58.1763 | 0.3959 | 0.4780 |
Hunter Lab | 76.2734 | -20.7174 | 41.4622 |
CIE-Lab | 80.8367 | -18.7220 | 62.8775 |
#cad04b color RGB value is (202,208,75).
#cad04b hex color red value is 202, green value is 208 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cad04b hue: 0.17 , saturation: 0.59 and the lightness value of cad04b is 0.55.
The process color (four color CMYK) of #cad04b color hex is 0.03, 0.00, 0.64, 0.18. Web safe color of #cad04b is #cccc33. Color #cad04b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010000 | 01001011 |
Octal | 312 | 320 | 113 |
Decimal | 202 | 208 | 75 |
Hex | CA | D0 | 4B |
Shades of #cad04b
Tints of #cad04b
RGB Percentages of Color #cad04b
CMYK Percentages of Color #cad04b
Complementary Color
#cad04b | #514bd0 |
#cad04b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad04b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad04b Color CSS Codes
.mybgcolor {background-color:#cad04b; } .myforecolor {color:#cad04b; } .mybordercolor {border:3px solid #cad04b; }
#cad04b Text Font Color
<p style="color:#cad04b">Text here</p>
This sample text font color is #cad04b
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.
#cad04b Background Color
<div style="background-color:#cad04b">
Div content here</div>
This div background color is #cad04b
#cad04b Border Color
<div style="border:3px solid #cad04b">
Div here</div>
This div border color is #cad04b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,208,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad04b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad04b; -webkit-box-shadow: 1px 1px 3px 2px #cad04b; box-shadow: 1px 1px 3px 2px #cad04b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,208,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad04b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad04b; -webkit-box-shadow: 1px 1px 3px 2px #cad04b; box-shadow: 1px 1px 3px 2px #cad04b;">
Div content here</div>
This div box has shadow with color #cad04b
Comments
No comments written yet.
Please login to write comment.