Color spaces of #cdb992
RGB | 205 | 185 | 146 |
---|---|---|---|
HSL | 0.11 | 0.37 | 0.69 |
HSV | 40° | 29° | 80° |
CMYK | 0.00 | 0.10 | 0.29 0.20 |
XYZ | 47.7141 | 49.7524 | 34.2825 |
Yxy | 49.7524 | 0.3622 | 0.3776 |
Hunter Lab | 70.5354 | -2.6895 | 20.5579 |
CIE-Lab | 75.9170 | 1.1860 | 22.4165 |
#cdb992 color RGB value is (205,185,146).
#cdb992 hex color red value is 205, green value is 185 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cdb992 hue: 0.11 , saturation: 0.37 and the lightness value of cdb992 is 0.69.
The process color (four color CMYK) of #cdb992 color hex is 0.00, 0.10, 0.29, 0.20. Web safe color of #cdb992 is #cccc99. Color #cdb992 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111001 | 10010010 |
Octal | 315 | 271 | 222 |
Decimal | 205 | 185 | 146 |
Hex | CD | B9 | 92 |
Shades of #cdb992
Tints of #cdb992
RGB Percentages of Color #cdb992
CMYK Percentages of Color #cdb992
Complementary Color
#cdb992 | #92a6cd |
#cdb992 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb992 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb992 Color CSS Codes
.mybgcolor {background-color:#cdb992; } .myforecolor {color:#cdb992; } .mybordercolor {border:3px solid #cdb992; }
#cdb992 Text Font Color
<p style="color:#cdb992">Text here</p>
This sample text font color is #cdb992
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.
#cdb992 Background Color
<div style="background-color:#cdb992">
Div content here</div>
This div background color is #cdb992
#cdb992 Border Color
<div style="border:3px solid #cdb992">
Div here</div>
This div border color is #cdb992
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,185,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb992; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb992; -webkit-box-shadow: 1px 1px 3px 2px #cdb992; box-shadow: 1px 1px 3px 2px #cdb992; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,185,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb992">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb992; -webkit-box-shadow: 1px 1px 3px 2px #cdb992; box-shadow: 1px 1px 3px 2px #cdb992;">
Div content here</div>
This div box has shadow with color #cdb992
Comments
No comments written yet.
Please login to write comment.