Color spaces of #cdcba5
RGB | 205 | 203 | 165 |
---|---|---|---|
HSL | 0.16 | 0.29 | 0.73 |
HSV | 57° | 20° | 80° |
CMYK | 0.00 | 0.01 | 0.20 0.20 |
XYZ | 53.3243 | 58.4076 | 44.0606 |
Yxy | 58.4076 | 0.3423 | 0.3749 |
Hunter Lab | 76.4249 | -9.1978 | 19.3154 |
CIE-Lab | 80.9649 | -5.5708 | 19.2495 |
#cdcba5 color RGB value is (205,203,165).
#cdcba5 hex color red value is 205, green value is 203 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cdcba5 hue: 0.16 , saturation: 0.29 and the lightness value of cdcba5 is 0.73.
The process color (four color CMYK) of #cdcba5 color hex is 0.00, 0.01, 0.20, 0.20. Web safe color of #cdcba5 is #cccc99. Color #cdcba5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001011 | 10100101 |
Octal | 315 | 313 | 245 |
Decimal | 205 | 203 | 165 |
Hex | CD | CB | A5 |
Shades of #cdcba5
Tints of #cdcba5
RGB Percentages of Color #cdcba5
CMYK Percentages of Color #cdcba5
Complementary Color
#cdcba5 | #a5a7cd |
#cdcba5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcba5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcba5 Color CSS Codes
.mybgcolor {background-color:#cdcba5; } .myforecolor {color:#cdcba5; } .mybordercolor {border:3px solid #cdcba5; }
#cdcba5 Text Font Color
<p style="color:#cdcba5">Text here</p>
This sample text font color is #cdcba5
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.
#cdcba5 Background Color
<div style="background-color:#cdcba5">
Div content here</div>
This div background color is #cdcba5
#cdcba5 Border Color
<div style="border:3px solid #cdcba5">
Div here</div>
This div border color is #cdcba5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,203,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcba5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcba5; -webkit-box-shadow: 1px 1px 3px 2px #cdcba5; box-shadow: 1px 1px 3px 2px #cdcba5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,203,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcba5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcba5; -webkit-box-shadow: 1px 1px 3px 2px #cdcba5; box-shadow: 1px 1px 3px 2px #cdcba5;">
Div content here</div>
This div box has shadow with color #cdcba5
Comments
No comments written yet.
Please login to write comment.