Color spaces of #cdb0aa
RGB | 205 | 176 | 170 |
---|---|---|---|
HSL | 0.03 | 0.26 | 0.74 |
HSV | 10° | 17° | 80° |
CMYK | 0.00 | 0.14 | 0.17 0.20 |
XYZ | 47.9579 | 46.9321 | 44.5614 |
Yxy | 46.9321 | 0.3439 | 0.3365 |
Hunter Lab | 68.5070 | 5.0705 | 9.3888 |
CIE-Lab | 74.1463 | 9.4941 | 6.9350 |
#cdb0aa color RGB value is (205,176,170).
#cdb0aa hex color red value is 205, green value is 176 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cdb0aa hue: 0.03 , saturation: 0.26 and the lightness value of cdb0aa is 0.74.
The process color (four color CMYK) of #cdb0aa color hex is 0.00, 0.14, 0.17, 0.20. Web safe color of #cdb0aa is #cc9999. Color #cdb0aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10110000 | 10101010 |
Octal | 315 | 260 | 252 |
Decimal | 205 | 176 | 170 |
Hex | CD | B0 | AA |
Shades of #cdb0aa
Tints of #cdb0aa
RGB Percentages of Color #cdb0aa
CMYK Percentages of Color #cdb0aa
Complementary Color
#cdb0aa | #aac7cd |
#cdb0aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb0aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb0aa Color CSS Codes
.mybgcolor {background-color:#cdb0aa; } .myforecolor {color:#cdb0aa; } .mybordercolor {border:3px solid #cdb0aa; }
#cdb0aa Text Font Color
<p style="color:#cdb0aa">Text here</p>
This sample text font color is #cdb0aa
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.
#cdb0aa Background Color
<div style="background-color:#cdb0aa">
Div content here</div>
This div background color is #cdb0aa
#cdb0aa Border Color
<div style="border:3px solid #cdb0aa">
Div here</div>
This div border color is #cdb0aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,176,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb0aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb0aa; -webkit-box-shadow: 1px 1px 3px 2px #cdb0aa; box-shadow: 1px 1px 3px 2px #cdb0aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,176,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb0aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb0aa; -webkit-box-shadow: 1px 1px 3px 2px #cdb0aa; box-shadow: 1px 1px 3px 2px #cdb0aa;">
Div content here</div>
This div box has shadow with color #cdb0aa
Comments
No comments written yet.
Please login to write comment.