Color spaces of #cdba9c
RGB | 205 | 186 | 156 |
---|---|---|---|
HSL | 0.10 | 0.33 | 0.71 |
HSV | 37° | 24° | 80° |
CMYK | 0.00 | 0.09 | 0.24 0.20 |
XYZ | 48.7365 | 50.4972 | 38.6307 |
Yxy | 50.4972 | 0.3535 | 0.3663 |
Hunter Lab | 71.0614 | -1.9356 | 17.5115 |
CIE-Lab | 76.3734 | 2.0370 | 17.6784 |
#cdba9c color RGB value is (205,186,156).
#cdba9c hex color red value is 205, green value is 186 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cdba9c hue: 0.10 , saturation: 0.33 and the lightness value of cdba9c is 0.71.
The process color (four color CMYK) of #cdba9c color hex is 0.00, 0.09, 0.24, 0.20. Web safe color of #cdba9c is #cccc99. Color #cdba9c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111010 | 10011100 |
Octal | 315 | 272 | 234 |
Decimal | 205 | 186 | 156 |
Hex | CD | BA | 9C |
Shades of #cdba9c
Tints of #cdba9c
RGB Percentages of Color #cdba9c
CMYK Percentages of Color #cdba9c
Complementary Color
#cdba9c | #9cafcd |
#cdba9c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdba9c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdba9c Color CSS Codes
.mybgcolor {background-color:#cdba9c; } .myforecolor {color:#cdba9c; } .mybordercolor {border:3px solid #cdba9c; }
#cdba9c Text Font Color
<p style="color:#cdba9c">Text here</p>
This sample text font color is #cdba9c
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.
#cdba9c Background Color
<div style="background-color:#cdba9c">
Div content here</div>
This div background color is #cdba9c
#cdba9c Border Color
<div style="border:3px solid #cdba9c">
Div here</div>
This div border color is #cdba9c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,186,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdba9c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdba9c; -webkit-box-shadow: 1px 1px 3px 2px #cdba9c; box-shadow: 1px 1px 3px 2px #cdba9c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,186,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdba9c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdba9c; -webkit-box-shadow: 1px 1px 3px 2px #cdba9c; box-shadow: 1px 1px 3px 2px #cdba9c;">
Div content here</div>
This div box has shadow with color #cdba9c
Comments
No comments written yet.
Please login to write comment.