Color spaces of #ccc346
RGB | 204 | 195 | 70 |
---|---|---|---|
HSL | 0.16 | 0.57 | 0.54 |
HSV | 56° | 66° | 80° |
CMYK | 0.00 | 0.04 | 0.66 0.20 |
XYZ | 45.5224 | 52.3098 | 13.4919 |
Yxy | 52.3098 | 0.4089 | 0.4699 |
Hunter Lab | 72.3255 | -14.2200 | 39.5677 |
CIE-Lab | 77.4657 | -11.6694 | 61.4388 |
#ccc346 color RGB value is (204,195,70).
#ccc346 hex color red value is 204, green value is 195 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ccc346 hue: 0.16 , saturation: 0.57 and the lightness value of ccc346 is 0.54.
The process color (four color CMYK) of #ccc346 color hex is 0.00, 0.04, 0.66, 0.20. Web safe color of #ccc346 is #cccc33. Color #ccc346 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000011 | 01000110 |
Octal | 314 | 303 | 106 |
Decimal | 204 | 195 | 70 |
Hex | CC | C3 | 46 |
Shades of #ccc346
Tints of #ccc346
RGB Percentages of Color #ccc346
CMYK Percentages of Color #ccc346
Complementary Color
#ccc346 | #464fcc |
#ccc346 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc346 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc346 Color CSS Codes
.mybgcolor {background-color:#ccc346; } .myforecolor {color:#ccc346; } .mybordercolor {border:3px solid #ccc346; }
#ccc346 Text Font Color
<p style="color:#ccc346">Text here</p>
This sample text font color is #ccc346
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.
#ccc346 Background Color
<div style="background-color:#ccc346">
Div content here</div>
This div background color is #ccc346
#ccc346 Border Color
<div style="border:3px solid #ccc346">
Div here</div>
This div border color is #ccc346
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,195,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc346; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc346; -webkit-box-shadow: 1px 1px 3px 2px #ccc346; box-shadow: 1px 1px 3px 2px #ccc346; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,195,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc346">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc346; -webkit-box-shadow: 1px 1px 3px 2px #ccc346; box-shadow: 1px 1px 3px 2px #ccc346;">
Div content here</div>
This div box has shadow with color #ccc346
Comments
No comments written yet.
Please login to write comment.