Color spaces of #ccda30
RGB | 204 | 218 | 48 |
---|---|---|---|
HSL | 0.18 | 0.70 | 0.52 |
HSV | 65° | 78° | 85° |
CMYK | 0.06 | 0.00 | 0.78 0.15 |
XYZ | 50.5067 | 63.1936 | 12.3319 |
Yxy | 63.1936 | 0.4007 | 0.5014 |
Hunter Lab | 79.4944 | -25.7054 | 46.4485 |
CIE-Lab | 83.5441 | -24.0834 | 74.8625 |
#ccda30 color RGB value is (204,218,48).
#ccda30 hex color red value is 204, green value is 218 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ccda30 hue: 0.18 , saturation: 0.70 and the lightness value of ccda30 is 0.52.
The process color (four color CMYK) of #ccda30 color hex is 0.06, 0.00, 0.78, 0.15. Web safe color of #ccda30 is #cccc33. Color #ccda30 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011010 | 00110000 |
Octal | 314 | 332 | 60 |
Decimal | 204 | 218 | 48 |
Hex | CC | DA | 30 |
Shades of #ccda30
Tints of #ccda30
RGB Percentages of Color #ccda30
CMYK Percentages of Color #ccda30
Complementary Color
#ccda30 | #3e30da |
#ccda30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccda30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccda30 Color CSS Codes
.mybgcolor {background-color:#ccda30; } .myforecolor {color:#ccda30; } .mybordercolor {border:3px solid #ccda30; }
#ccda30 Text Font Color
<p style="color:#ccda30">Text here</p>
This sample text font color is #ccda30
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.
#ccda30 Background Color
<div style="background-color:#ccda30">
Div content here</div>
This div background color is #ccda30
#ccda30 Border Color
<div style="border:3px solid #ccda30">
Div here</div>
This div border color is #ccda30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,218,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccda30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccda30; -webkit-box-shadow: 1px 1px 3px 2px #ccda30; box-shadow: 1px 1px 3px 2px #ccda30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,218,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccda30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccda30; -webkit-box-shadow: 1px 1px 3px 2px #ccda30; box-shadow: 1px 1px 3px 2px #ccda30;">
Div content here</div>
This div box has shadow with color #ccda30
Comments
No comments written yet.
Please login to write comment.