Color spaces of #cad82d
RGB | 202 | 216 | 45 |
---|---|---|---|
HSL | 0.18 | 0.69 | 0.51 |
HSV | 65° | 79° | 85° |
CMYK | 0.06 | 0.00 | 0.79 0.15 |
XYZ | 49.3866 | 61.8578 | 11.8194 |
Yxy | 61.8578 | 0.4013 | 0.5026 |
Hunter Lab | 78.6497 | -25.5514 | 46.1448 |
CIE-Lab | 82.8377 | -24.0548 | 75.0040 |
#cad82d color RGB value is (202,216,45).
#cad82d hex color red value is 202, green value is 216 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cad82d hue: 0.18 , saturation: 0.69 and the lightness value of cad82d is 0.51.
The process color (four color CMYK) of #cad82d color hex is 0.06, 0.00, 0.79, 0.15. Web safe color of #cad82d is #cccc33. Color #cad82d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011000 | 00101101 |
Octal | 312 | 330 | 55 |
Decimal | 202 | 216 | 45 |
Hex | CA | D8 | 2D |
Shades of #cad82d
Tints of #cad82d
RGB Percentages of Color #cad82d
CMYK Percentages of Color #cad82d
Complementary Color
#cad82d | #3b2dd8 |
#cad82d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad82d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad82d Color CSS Codes
.mybgcolor {background-color:#cad82d; } .myforecolor {color:#cad82d; } .mybordercolor {border:3px solid #cad82d; }
#cad82d Text Font Color
<p style="color:#cad82d">Text here</p>
This sample text font color is #cad82d
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.
#cad82d Background Color
<div style="background-color:#cad82d">
Div content here</div>
This div background color is #cad82d
#cad82d Border Color
<div style="border:3px solid #cad82d">
Div here</div>
This div border color is #cad82d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,216,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad82d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad82d; -webkit-box-shadow: 1px 1px 3px 2px #cad82d; box-shadow: 1px 1px 3px 2px #cad82d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,216,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad82d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad82d; -webkit-box-shadow: 1px 1px 3px 2px #cad82d; box-shadow: 1px 1px 3px 2px #cad82d;">
Div content here</div>
This div box has shadow with color #cad82d
Comments
No comments written yet.
Please login to write comment.