Color spaces of #ccd729
RGB | 204 | 215 | 41 |
---|---|---|---|
HSL | 0.18 | 0.69 | 0.50 |
HSV | 64° | 81° | 84° |
CMYK | 0.05 | 0.00 | 0.81 0.16 |
XYZ | 49.6025 | 61.5983 | 11.3732 |
Yxy | 61.5983 | 0.4047 | 0.5025 |
Hunter Lab | 78.4846 | -24.5355 | 46.3475 |
CIE-Lab | 82.6993 | -22.8733 | 75.9814 |
#ccd729 color RGB value is (204,215,41).
#ccd729 hex color red value is 204, green value is 215 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ccd729 hue: 0.18 , saturation: 0.69 and the lightness value of ccd729 is 0.50.
The process color (four color CMYK) of #ccd729 color hex is 0.05, 0.00, 0.81, 0.16. Web safe color of #ccd729 is #cccc33. Color #ccd729 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11010111 | 00101001 |
Octal | 314 | 327 | 51 |
Decimal | 204 | 215 | 41 |
Hex | CC | D7 | 29 |
Shades of #ccd729
Tints of #ccd729
RGB Percentages of Color #ccd729
CMYK Percentages of Color #ccd729
Complementary Color
#ccd729 | #3429d7 |
#ccd729 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd729 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd729 Color CSS Codes
.mybgcolor {background-color:#ccd729; } .myforecolor {color:#ccd729; } .mybordercolor {border:3px solid #ccd729; }
#ccd729 Text Font Color
<p style="color:#ccd729">Text here</p>
This sample text font color is #ccd729
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.
#ccd729 Background Color
<div style="background-color:#ccd729">
Div content here</div>
This div background color is #ccd729
#ccd729 Border Color
<div style="border:3px solid #ccd729">
Div here</div>
This div border color is #ccd729
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,215,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd729; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd729; -webkit-box-shadow: 1px 1px 3px 2px #ccd729; box-shadow: 1px 1px 3px 2px #ccd729; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,215,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd729">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd729; -webkit-box-shadow: 1px 1px 3px 2px #ccd729; box-shadow: 1px 1px 3px 2px #ccd729;">
Div content here</div>
This div box has shadow with color #ccd729
Comments
No comments written yet.
Please login to write comment.