Color spaces of #cdaeab
RGB | 205 | 174 | 171 |
---|---|---|---|
HSL | 0.01 | 0.25 | 0.74 |
HSV | 5° | 17° | 80° |
CMYK | 0.00 | 0.15 | 0.17 0.20 |
XYZ | 47.6636 | 46.1915 | 44.9318 |
Yxy | 46.1915 | 0.3434 | 0.3328 |
Hunter Lab | 67.9643 | 6.2450 | 8.3779 |
CIE-Lab | 73.6696 | 10.7329 | 5.7028 |
#cdaeab color RGB value is (205,174,171).
#cdaeab hex color red value is 205, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cdaeab hue: 0.01 , saturation: 0.25 and the lightness value of cdaeab is 0.74.
The process color (four color CMYK) of #cdaeab color hex is 0.00, 0.15, 0.17, 0.20. Web safe color of #cdaeab is #cc9999. Color #cdaeab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101110 | 10101011 |
Octal | 315 | 256 | 253 |
Decimal | 205 | 174 | 171 |
Hex | CD | AE | AB |
Shades of #cdaeab
Tints of #cdaeab
RGB Percentages of Color #cdaeab
CMYK Percentages of Color #cdaeab
Complementary Color
#cdaeab | #abcacd |
#cdaeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdaeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdaeab Color CSS Codes
.mybgcolor {background-color:#cdaeab; } .myforecolor {color:#cdaeab; } .mybordercolor {border:3px solid #cdaeab; }
#cdaeab Text Font Color
<p style="color:#cdaeab">Text here</p>
This sample text font color is #cdaeab
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.
#cdaeab Background Color
<div style="background-color:#cdaeab">
Div content here</div>
This div background color is #cdaeab
#cdaeab Border Color
<div style="border:3px solid #cdaeab">
Div here</div>
This div border color is #cdaeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,174,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdaeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdaeab; -webkit-box-shadow: 1px 1px 3px 2px #cdaeab; box-shadow: 1px 1px 3px 2px #cdaeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,174,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdaeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdaeab; -webkit-box-shadow: 1px 1px 3px 2px #cdaeab; box-shadow: 1px 1px 3px 2px #cdaeab;">
Div content here</div>
This div box has shadow with color #cdaeab
Comments
No comments written yet.
Please login to write comment.