Color spaces of #cdc44f
RGB | 205 | 196 | 79 |
---|---|---|---|
HSL | 0.15 | 0.56 | 0.56 |
HSV | 56° | 61° | 80° |
CMYK | 0.00 | 0.04 | 0.61 0.20 |
XYZ | 46.3280 | 53.0235 | 15.1899 |
Yxy | 53.0235 | 0.4045 | 0.4629 |
Hunter Lab | 72.8172 | -13.8644 | 38.6040 |
CIE-Lab | 77.8889 | -11.1992 | 58.1496 |
#cdc44f color RGB value is (205,196,79).
#cdc44f hex color red value is 205, green value is 196 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cdc44f hue: 0.15 , saturation: 0.56 and the lightness value of cdc44f is 0.56.
The process color (four color CMYK) of #cdc44f color hex is 0.00, 0.04, 0.61, 0.20. Web safe color of #cdc44f is #cccc66. Color #cdc44f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000100 | 01001111 |
Octal | 315 | 304 | 117 |
Decimal | 205 | 196 | 79 |
Hex | CD | C4 | 4F |
Shades of #cdc44f
Tints of #cdc44f
RGB Percentages of Color #cdc44f
CMYK Percentages of Color #cdc44f
Complementary Color
#cdc44f | #4f58cd |
#cdc44f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc44f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc44f Color CSS Codes
.mybgcolor {background-color:#cdc44f; } .myforecolor {color:#cdc44f; } .mybordercolor {border:3px solid #cdc44f; }
#cdc44f Text Font Color
<p style="color:#cdc44f">Text here</p>
This sample text font color is #cdc44f
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.
#cdc44f Background Color
<div style="background-color:#cdc44f">
Div content here</div>
This div background color is #cdc44f
#cdc44f Border Color
<div style="border:3px solid #cdc44f">
Div here</div>
This div border color is #cdc44f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,196,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc44f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc44f; -webkit-box-shadow: 1px 1px 3px 2px #cdc44f; box-shadow: 1px 1px 3px 2px #cdc44f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,196,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdc44f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc44f; -webkit-box-shadow: 1px 1px 3px 2px #cdc44f; box-shadow: 1px 1px 3px 2px #cdc44f;">
Div content here</div>
This div box has shadow with color #cdc44f
Comments
No comments written yet.
Please login to write comment.