Color spaces of #cad042
RGB | 202 | 208 | 66 |
---|---|---|---|
HSL | 0.17 | 0.60 | 0.54 |
HSV | 63° | 68° | 82° |
CMYK | 0.03 | 0.00 | 0.68 0.18 |
XYZ | 47.8964 | 58.0617 | 13.8369 |
Yxy | 58.0617 | 0.3998 | 0.4847 |
Hunter Lab | 76.1982 | -21.1460 | 42.5722 |
CIE-Lab | 80.7731 | -19.2398 | 66.2984 |
#cad042 color RGB value is (202,208,66).
#cad042 hex color red value is 202, green value is 208 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cad042 hue: 0.17 , saturation: 0.60 and the lightness value of cad042 is 0.54.
The process color (four color CMYK) of #cad042 color hex is 0.03, 0.00, 0.68, 0.18. Web safe color of #cad042 is #cccc33. Color #cad042 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010000 | 01000010 |
Octal | 312 | 320 | 102 |
Decimal | 202 | 208 | 66 |
Hex | CA | D0 | 42 |
Shades of #cad042
Tints of #cad042
RGB Percentages of Color #cad042
CMYK Percentages of Color #cad042
Complementary Color
#cad042 | #4842d0 |
#cad042 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad042 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad042 Color CSS Codes
.mybgcolor {background-color:#cad042; } .myforecolor {color:#cad042; } .mybordercolor {border:3px solid #cad042; }
#cad042 Text Font Color
<p style="color:#cad042">Text here</p>
This sample text font color is #cad042
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.
#cad042 Background Color
<div style="background-color:#cad042">
Div content here</div>
This div background color is #cad042
#cad042 Border Color
<div style="border:3px solid #cad042">
Div here</div>
This div border color is #cad042
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,208,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad042; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad042; -webkit-box-shadow: 1px 1px 3px 2px #cad042; box-shadow: 1px 1px 3px 2px #cad042; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,208,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad042">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad042; -webkit-box-shadow: 1px 1px 3px 2px #cad042; box-shadow: 1px 1px 3px 2px #cad042;">
Div content here</div>
This div box has shadow with color #cad042
Comments
No comments written yet.
Please login to write comment.