Color spaces of #cda37c
RGB | 205 | 163 | 124 |
---|---|---|---|
HSL | 0.08 | 0.45 | 0.65 |
HSV | 29° | 40° | 80° |
CMYK | 0.00 | 0.20 | 0.40 0.20 |
XYZ | 41.9121 | 40.6288 | 24.7019 |
Yxy | 40.6288 | 0.3908 | 0.3788 |
Hunter Lab | 63.7407 | 5.8247 | 21.6414 |
CIE-Lab | 69.9151 | 10.2486 | 26.1499 |
#cda37c color RGB value is (205,163,124).
#cda37c hex color red value is 205, green value is 163 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cda37c hue: 0.08 , saturation: 0.45 and the lightness value of cda37c is 0.65.
The process color (four color CMYK) of #cda37c color hex is 0.00, 0.20, 0.40, 0.20. Web safe color of #cda37c is #cc9966. Color #cda37c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10100011 | 01111100 |
Octal | 315 | 243 | 174 |
Decimal | 205 | 163 | 124 |
Hex | CD | A3 | 7C |
Shades of #cda37c
Tints of #cda37c
RGB Percentages of Color #cda37c
CMYK Percentages of Color #cda37c
Complementary Color
#cda37c | #7ca6cd |
#cda37c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda37c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda37c Color CSS Codes
.mybgcolor {background-color:#cda37c; } .myforecolor {color:#cda37c; } .mybordercolor {border:3px solid #cda37c; }
#cda37c Text Font Color
<p style="color:#cda37c">Text here</p>
This sample text font color is #cda37c
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.
#cda37c Background Color
<div style="background-color:#cda37c">
Div content here</div>
This div background color is #cda37c
#cda37c Border Color
<div style="border:3px solid #cda37c">
Div here</div>
This div border color is #cda37c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,163,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda37c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda37c; -webkit-box-shadow: 1px 1px 3px 2px #cda37c; box-shadow: 1px 1px 3px 2px #cda37c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,163,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cda37c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda37c; -webkit-box-shadow: 1px 1px 3px 2px #cda37c; box-shadow: 1px 1px 3px 2px #cda37c;">
Div content here</div>
This div box has shadow with color #cda37c
Comments
No comments written yet.
Please login to write comment.