Color spaces of #cdcca1
RGB | 205 | 204 | 161 |
---|---|---|---|
HSL | 0.16 | 0.31 | 0.72 |
HSV | 59° | 21° | 80° |
CMYK | 0.00 | 0.00 | 0.21 0.20 |
XYZ | 53.2027 | 58.7381 | 42.2517 |
Yxy | 58.7381 | 0.3450 | 0.3809 |
Hunter Lab | 76.6408 | -10.2098 | 20.9623 |
CIE-Lab | 81.1474 | -6.6713 | 21.6170 |
#cdcca1 color RGB value is (205,204,161).
#cdcca1 hex color red value is 205, green value is 204 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #cdcca1 hue: 0.16 , saturation: 0.31 and the lightness value of cdcca1 is 0.72.
The process color (four color CMYK) of #cdcca1 color hex is 0.00, 0.00, 0.21, 0.20. Web safe color of #cdcca1 is #cccc99. Color #cdcca1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001100 | 10100001 |
Octal | 315 | 314 | 241 |
Decimal | 205 | 204 | 161 |
Hex | CD | CC | A1 |
Shades of #cdcca1
Tints of #cdcca1
RGB Percentages of Color #cdcca1
CMYK Percentages of Color #cdcca1
Complementary Color
#cdcca1 | #a1a2cd |
#cdcca1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcca1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcca1 Color CSS Codes
.mybgcolor {background-color:#cdcca1; } .myforecolor {color:#cdcca1; } .mybordercolor {border:3px solid #cdcca1; }
#cdcca1 Text Font Color
<p style="color:#cdcca1">Text here</p>
This sample text font color is #cdcca1
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.
#cdcca1 Background Color
<div style="background-color:#cdcca1">
Div content here</div>
This div background color is #cdcca1
#cdcca1 Border Color
<div style="border:3px solid #cdcca1">
Div here</div>
This div border color is #cdcca1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,204,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcca1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcca1; -webkit-box-shadow: 1px 1px 3px 2px #cdcca1; box-shadow: 1px 1px 3px 2px #cdcca1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,204,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcca1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcca1; -webkit-box-shadow: 1px 1px 3px 2px #cdcca1; box-shadow: 1px 1px 3px 2px #cdcca1;">
Div content here</div>
This div box has shadow with color #cdcca1
Comments
No comments written yet.
Please login to write comment.