Color spaces of #ccd349
RGB | 204 | 211 | 73 |
---|---|---|---|
HSL | 0.18 | 0.61 | 0.56 |
HSV | 63° | 65° | 83° |
CMYK | 0.03 | 0.00 | 0.65 0.17 |
XYZ | 49.3987 | 59.9069 | 15.2629 |
Yxy | 59.9069 | 0.3966 | 0.4809 |
Hunter Lab | 77.3995 | -21.5252 | 42.4879 |
CIE-Lab | 81.7876 | -19.4953 | 64.7056 |
#ccd349 color RGB value is (204,211,73).
#ccd349 hex color red value is 204, green value is 211 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ccd349 hue: 0.18 , saturation: 0.61 and the lightness value of ccd349 is 0.56.
The process color (four color CMYK) of #ccd349 color hex is 0.03, 0.00, 0.65, 0.17. Web safe color of #ccd349 is #cccc33. Color #ccd349 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11010011 | 01001001 |
Octal | 314 | 323 | 111 |
Decimal | 204 | 211 | 73 |
Hex | CC | D3 | 49 |
Shades of #ccd349
Tints of #ccd349
RGB Percentages of Color #ccd349
CMYK Percentages of Color #ccd349
Complementary Color
#ccd349 | #5049d3 |
#ccd349 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd349 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd349 Color CSS Codes
.mybgcolor {background-color:#ccd349; } .myforecolor {color:#ccd349; } .mybordercolor {border:3px solid #ccd349; }
#ccd349 Text Font Color
<p style="color:#ccd349">Text here</p>
This sample text font color is #ccd349
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.
#ccd349 Background Color
<div style="background-color:#ccd349">
Div content here</div>
This div background color is #ccd349
#ccd349 Border Color
<div style="border:3px solid #ccd349">
Div here</div>
This div border color is #ccd349
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,211,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd349; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd349; -webkit-box-shadow: 1px 1px 3px 2px #ccd349; box-shadow: 1px 1px 3px 2px #ccd349; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,211,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd349">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd349; -webkit-box-shadow: 1px 1px 3px 2px #ccd349; box-shadow: 1px 1px 3px 2px #ccd349;">
Div content here</div>
This div box has shadow with color #ccd349
Comments
No comments written yet.
Please login to write comment.