Color spaces of #cdb82a
RGB | 205 | 184 | 42 |
---|---|---|---|
HSL | 0.15 | 0.66 | 0.48 |
HSV | 52° | 80° | 80° |
CMYK | 0.00 | 0.10 | 0.80 0.20 |
XYZ | 42.7352 | 47.4273 | 9.0925 |
Yxy | 47.4273 | 0.4306 | 0.4778 |
Hunter Lab | 68.8675 | -9.7513 | 40.3792 |
CIE-Lab | 74.4623 | -6.8762 | 68.5507 |
#cdb82a color RGB value is (205,184,42).
#cdb82a hex color red value is 205, green value is 184 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cdb82a hue: 0.15 , saturation: 0.66 and the lightness value of cdb82a is 0.48.
The process color (four color CMYK) of #cdb82a color hex is 0.00, 0.10, 0.80, 0.20. Web safe color of #cdb82a is #cccc33. Color #cdb82a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111000 | 00101010 |
Octal | 315 | 270 | 52 |
Decimal | 205 | 184 | 42 |
Hex | CD | B8 | 2A |
Shades of #cdb82a
Tints of #cdb82a
RGB Percentages of Color #cdb82a
CMYK Percentages of Color #cdb82a
Complementary Color
#cdb82a | #2a3fcd |
#cdb82a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb82a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb82a Color CSS Codes
.mybgcolor {background-color:#cdb82a; } .myforecolor {color:#cdb82a; } .mybordercolor {border:3px solid #cdb82a; }
#cdb82a Text Font Color
<p style="color:#cdb82a">Text here</p>
This sample text font color is #cdb82a
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.
#cdb82a Background Color
<div style="background-color:#cdb82a">
Div content here</div>
This div background color is #cdb82a
#cdb82a Border Color
<div style="border:3px solid #cdb82a">
Div here</div>
This div border color is #cdb82a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,184,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb82a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb82a; -webkit-box-shadow: 1px 1px 3px 2px #cdb82a; box-shadow: 1px 1px 3px 2px #cdb82a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,184,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb82a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb82a; -webkit-box-shadow: 1px 1px 3px 2px #cdb82a; box-shadow: 1px 1px 3px 2px #cdb82a;">
Div content here</div>
This div box has shadow with color #cdb82a
Comments
No comments written yet.
Please login to write comment.