Color spaces of #ccda19
RGB | 204 | 218 | 25 |
---|---|---|---|
HSL | 0.18 | 0.79 | 0.48 |
HSV | 64° | 89° | 85° |
CMYK | 0.06 | 0.00 | 0.89 0.15 |
XYZ | 50.1487 | 63.0504 | 10.4465 |
Yxy | 63.0504 | 0.4056 | 0.5099 |
Hunter Lab | 79.4043 | -26.2237 | 47.7828 |
CIE-Lab | 83.4689 | -24.7182 | 79.9393 |
#ccda19 color RGB value is (204,218,25).
#ccda19 hex color red value is 204, green value is 218 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ccda19 hue: 0.18 , saturation: 0.79 and the lightness value of ccda19 is 0.48.
The process color (four color CMYK) of #ccda19 color hex is 0.06, 0.00, 0.89, 0.15. Web safe color of #ccda19 is #cccc00. Color #ccda19 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011010 | 00011001 |
Octal | 314 | 332 | 31 |
Decimal | 204 | 218 | 25 |
Hex | CC | DA | 19 |
Shades of #ccda19
Tints of #ccda19
RGB Percentages of Color #ccda19
CMYK Percentages of Color #ccda19
Complementary Color
#ccda19 | #2719da |
#ccda19 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccda19 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccda19 Color CSS Codes
.mybgcolor {background-color:#ccda19; } .myforecolor {color:#ccda19; } .mybordercolor {border:3px solid #ccda19; }
#ccda19 Text Font Color
<p style="color:#ccda19">Text here</p>
This sample text font color is #ccda19
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.
#ccda19 Background Color
<div style="background-color:#ccda19">
Div content here</div>
This div background color is #ccda19
#ccda19 Border Color
<div style="border:3px solid #ccda19">
Div here</div>
This div border color is #ccda19
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,218,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccda19; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccda19; -webkit-box-shadow: 1px 1px 3px 2px #ccda19; box-shadow: 1px 1px 3px 2px #ccda19; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,218,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccda19">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccda19; -webkit-box-shadow: 1px 1px 3px 2px #ccda19; box-shadow: 1px 1px 3px 2px #ccda19;">
Div content here</div>
This div box has shadow with color #ccda19
Comments
No comments written yet.
Please login to write comment.