Color spaces of #cdab51
RGB | 205 | 171 | 81 |
---|---|---|---|
HSL | 0.12 | 0.55 | 0.56 |
HSV | 44° | 60° | 80° |
CMYK | 0.00 | 0.17 | 0.60 0.20 |
XYZ | 41.2250 | 42.6990 | 13.8535 |
Yxy | 42.6990 | 0.4216 | 0.4367 |
Hunter Lab | 65.3445 | -1.7394 | 33.1712 |
CIE-Lab | 71.3502 | 1.9715 | 50.0119 |
#cdab51 color RGB value is (205,171,81).
#cdab51 hex color red value is 205, green value is 171 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #cdab51 hue: 0.12 , saturation: 0.55 and the lightness value of cdab51 is 0.56.
The process color (four color CMYK) of #cdab51 color hex is 0.00, 0.17, 0.60, 0.20. Web safe color of #cdab51 is #cc9966. Color #cdab51 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101011 | 01010001 |
Octal | 315 | 253 | 121 |
Decimal | 205 | 171 | 81 |
Hex | CD | AB | 51 |
Shades of #cdab51
Tints of #cdab51
RGB Percentages of Color #cdab51
CMYK Percentages of Color #cdab51
Complementary Color
#cdab51 | #5173cd |
#cdab51 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdab51 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdab51 Color CSS Codes
.mybgcolor {background-color:#cdab51; } .myforecolor {color:#cdab51; } .mybordercolor {border:3px solid #cdab51; }
#cdab51 Text Font Color
<p style="color:#cdab51">Text here</p>
This sample text font color is #cdab51
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.
#cdab51 Background Color
<div style="background-color:#cdab51">
Div content here</div>
This div background color is #cdab51
#cdab51 Border Color
<div style="border:3px solid #cdab51">
Div here</div>
This div border color is #cdab51
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,171,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdab51; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdab51; -webkit-box-shadow: 1px 1px 3px 2px #cdab51; box-shadow: 1px 1px 3px 2px #cdab51; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,171,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdab51">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdab51; -webkit-box-shadow: 1px 1px 3px 2px #cdab51; box-shadow: 1px 1px 3px 2px #cdab51;">
Div content here</div>
This div box has shadow with color #cdab51
Comments
No comments written yet.
Please login to write comment.