Color spaces of #cdb34a
RGB | 205 | 179 | 74 |
---|---|---|---|
HSL | 0.13 | 0.57 | 0.55 |
HSV | 48° | 64° | 80° |
CMYK | 0.00 | 0.13 | 0.64 0.20 |
XYZ | 42.5330 | 45.7137 | 13.0605 |
Yxy | 45.7137 | 0.4198 | 0.4512 |
Hunter Lab | 67.6119 | -6.0308 | 35.8754 |
CIE-Lab | 73.3594 | -2.7275 | 55.4331 |
#cdb34a color RGB value is (205,179,74).
#cdb34a hex color red value is 205, green value is 179 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cdb34a hue: 0.13 , saturation: 0.57 and the lightness value of cdb34a is 0.55.
The process color (four color CMYK) of #cdb34a color hex is 0.00, 0.13, 0.64, 0.20. Web safe color of #cdb34a is #cccc33. Color #cdb34a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10110011 | 01001010 |
Octal | 315 | 263 | 112 |
Decimal | 205 | 179 | 74 |
Hex | CD | B3 | 4A |
Shades of #cdb34a
Tints of #cdb34a
RGB Percentages of Color #cdb34a
CMYK Percentages of Color #cdb34a
Complementary Color
#cdb34a | #4a64cd |
#cdb34a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb34a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb34a Color CSS Codes
.mybgcolor {background-color:#cdb34a; } .myforecolor {color:#cdb34a; } .mybordercolor {border:3px solid #cdb34a; }
#cdb34a Text Font Color
<p style="color:#cdb34a">Text here</p>
This sample text font color is #cdb34a
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.
#cdb34a Background Color
<div style="background-color:#cdb34a">
Div content here</div>
This div background color is #cdb34a
#cdb34a Border Color
<div style="border:3px solid #cdb34a">
Div here</div>
This div border color is #cdb34a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,179,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb34a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb34a; -webkit-box-shadow: 1px 1px 3px 2px #cdb34a; box-shadow: 1px 1px 3px 2px #cdb34a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,179,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 #cdb34a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb34a; -webkit-box-shadow: 1px 1px 3px 2px #cdb34a; box-shadow: 1px 1px 3px 2px #cdb34a;">
Div content here</div>
This div box has shadow with color #cdb34a
Comments
No comments written yet.
Please login to write comment.