Color spaces of #cadd74
RGB | 202 | 221 | 116 |
---|---|---|---|
HSL | 0.20 | 0.61 | 0.66 |
HSV | 71° | 48° | 87° |
CMYK | 0.09 | 0.00 | 0.48 0.13 |
XYZ | 53.3660 | 65.5304 | 26.3589 |
Yxy | 65.5304 | 0.3674 | 0.4511 |
Hunter Lab | 80.9508 | -23.9897 | 37.3598 |
CIE-Lab | 84.7563 | -21.8057 | 49.0697 |
#cadd74 color RGB value is (202,221,116).
#cadd74 hex color red value is 202, green value is 221 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cadd74 hue: 0.20 , saturation: 0.61 and the lightness value of cadd74 is 0.66.
The process color (four color CMYK) of #cadd74 color hex is 0.09, 0.00, 0.48, 0.13. Web safe color of #cadd74 is #cccc66. Color #cadd74 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011101 | 01110100 |
Octal | 312 | 335 | 164 |
Decimal | 202 | 221 | 116 |
Hex | CA | DD | 74 |
Shades of #cadd74
Tints of #cadd74
RGB Percentages of Color #cadd74
CMYK Percentages of Color #cadd74
Complementary Color
#cadd74 | #8774dd |
#cadd74 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadd74 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadd74 Color CSS Codes
.mybgcolor {background-color:#cadd74; } .myforecolor {color:#cadd74; } .mybordercolor {border:3px solid #cadd74; }
#cadd74 Text Font Color
<p style="color:#cadd74">Text here</p>
This sample text font color is #cadd74
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.
#cadd74 Background Color
<div style="background-color:#cadd74">
Div content here</div>
This div background color is #cadd74
#cadd74 Border Color
<div style="border:3px solid #cadd74">
Div here</div>
This div border color is #cadd74
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,221,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadd74; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadd74; -webkit-box-shadow: 1px 1px 3px 2px #cadd74; box-shadow: 1px 1px 3px 2px #cadd74; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,221,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cadd74">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadd74; -webkit-box-shadow: 1px 1px 3px 2px #cadd74; box-shadow: 1px 1px 3px 2px #cadd74;">
Div content here</div>
This div box has shadow with color #cadd74
Comments
No comments written yet.
Please login to write comment.