Color spaces of #cda270
RGB | 205 | 162 | 112 |
---|---|---|---|
HSL | 0.09 | 0.48 | 0.62 |
HSV | 32° | 45° | 80° |
CMYK | 0.00 | 0.21 | 0.45 0.20 |
XYZ | 41.0218 | 39.9896 | 20.8859 |
Yxy | 39.9896 | 0.4026 | 0.3925 |
Hunter Lab | 63.2373 | 5.1269 | 24.6839 |
CIE-Lab | 69.4621 | 9.4869 | 32.0047 |
#cda270 color RGB value is (205,162,112).
#cda270 hex color red value is 205, green value is 162 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cda270 hue: 0.09 , saturation: 0.48 and the lightness value of cda270 is 0.62.
The process color (four color CMYK) of #cda270 color hex is 0.00, 0.21, 0.45, 0.20. Web safe color of #cda270 is #cc9966. Color #cda270 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10100010 | 01110000 |
Octal | 315 | 242 | 160 |
Decimal | 205 | 162 | 112 |
Hex | CD | A2 | 70 |
Shades of #cda270
Tints of #cda270
RGB Percentages of Color #cda270
CMYK Percentages of Color #cda270
Complementary Color
#cda270 | #709bcd |
#cda270 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda270 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda270 Color CSS Codes
.mybgcolor {background-color:#cda270; } .myforecolor {color:#cda270; } .mybordercolor {border:3px solid #cda270; }
#cda270 Text Font Color
<p style="color:#cda270">Text here</p>
This sample text font color is #cda270
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.
#cda270 Background Color
<div style="background-color:#cda270">
Div content here</div>
This div background color is #cda270
#cda270 Border Color
<div style="border:3px solid #cda270">
Div here</div>
This div border color is #cda270
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,162,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda270; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda270; -webkit-box-shadow: 1px 1px 3px 2px #cda270; box-shadow: 1px 1px 3px 2px #cda270; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,162,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cda270">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda270; -webkit-box-shadow: 1px 1px 3px 2px #cda270; box-shadow: 1px 1px 3px 2px #cda270;">
Div content here</div>
This div box has shadow with color #cda270
Comments
No comments written yet.
Please login to write comment.