Color spaces of #cdbc4a
RGB | 205 | 188 | 74 |
---|---|---|---|
HSL | 0.15 | 0.57 | 0.55 |
HSV | 52° | 64° | 80° |
CMYK | 0.00 | 0.08 | 0.64 0.20 |
XYZ | 44.3961 | 49.4400 | 13.6815 |
Yxy | 49.4400 | 0.4129 | 0.4598 |
Hunter Lab | 70.3136 | -10.3436 | 37.6830 |
CIE-Lab | 75.7242 | -7.4164 | 57.9714 |
#cdbc4a color RGB value is (205,188,74).
#cdbc4a hex color red value is 205, green value is 188 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cdbc4a hue: 0.15 , saturation: 0.57 and the lightness value of cdbc4a is 0.55.
The process color (four color CMYK) of #cdbc4a color hex is 0.00, 0.08, 0.64, 0.20. Web safe color of #cdbc4a is #cccc33. Color #cdbc4a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111100 | 01001010 |
Octal | 315 | 274 | 112 |
Decimal | 205 | 188 | 74 |
Hex | CD | BC | 4A |
Shades of #cdbc4a
Tints of #cdbc4a
RGB Percentages of Color #cdbc4a
CMYK Percentages of Color #cdbc4a
Complementary Color
#cdbc4a | #4a5bcd |
#cdbc4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbc4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbc4a Color CSS Codes
.mybgcolor {background-color:#cdbc4a; } .myforecolor {color:#cdbc4a; } .mybordercolor {border:3px solid #cdbc4a; }
#cdbc4a Text Font Color
<p style="color:#cdbc4a">Text here</p>
This sample text font color is #cdbc4a
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.
#cdbc4a Background Color
<div style="background-color:#cdbc4a">
Div content here</div>
This div background color is #cdbc4a
#cdbc4a Border Color
<div style="border:3px solid #cdbc4a">
Div here</div>
This div border color is #cdbc4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,188,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbc4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbc4a; -webkit-box-shadow: 1px 1px 3px 2px #cdbc4a; box-shadow: 1px 1px 3px 2px #cdbc4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,188,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbc4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbc4a; -webkit-box-shadow: 1px 1px 3px 2px #cdbc4a; box-shadow: 1px 1px 3px 2px #cdbc4a;">
Div content here</div>
This div box has shadow with color #cdbc4a
Comments
No comments written yet.
Please login to write comment.