Color spaces of #cdbaaf
RGB | 205 | 186 | 175 |
---|---|---|---|
HSL | 0.06 | 0.23 | 0.75 |
HSV | 22° | 15° | 80° |
CMYK | 0.00 | 0.09 | 0.15 0.20 |
XYZ | 50.4736 | 51.1921 | 47.7783 |
Yxy | 51.1921 | 0.3377 | 0.3426 |
Hunter Lab | 71.5487 | 0.7117 | 10.4918 |
CIE-Lab | 76.7952 | 4.9183 | 8.0116 |
#cdbaaf color RGB value is (205,186,175).
#cdbaaf hex color red value is 205, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cdbaaf hue: 0.06 , saturation: 0.23 and the lightness value of cdbaaf is 0.75.
The process color (four color CMYK) of #cdbaaf color hex is 0.00, 0.09, 0.15, 0.20. Web safe color of #cdbaaf is #cccc99. Color #cdbaaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111010 | 10101111 |
Octal | 315 | 272 | 257 |
Decimal | 205 | 186 | 175 |
Hex | CD | BA | AF |
Shades of #cdbaaf
Tints of #cdbaaf
RGB Percentages of Color #cdbaaf
CMYK Percentages of Color #cdbaaf
Complementary Color
#cdbaaf | #afc2cd |
#cdbaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbaaf Color CSS Codes
.mybgcolor {background-color:#cdbaaf; } .myforecolor {color:#cdbaaf; } .mybordercolor {border:3px solid #cdbaaf; }
#cdbaaf Text Font Color
<p style="color:#cdbaaf">Text here</p>
This sample text font color is #cdbaaf
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.
#cdbaaf Background Color
<div style="background-color:#cdbaaf">
Div content here</div>
This div background color is #cdbaaf
#cdbaaf Border Color
<div style="border:3px solid #cdbaaf">
Div here</div>
This div border color is #cdbaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,186,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbaaf; -webkit-box-shadow: 1px 1px 3px 2px #cdbaaf; box-shadow: 1px 1px 3px 2px #cdbaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,186,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbaaf; -webkit-box-shadow: 1px 1px 3px 2px #cdbaaf; box-shadow: 1px 1px 3px 2px #cdbaaf;">
Div content here</div>
This div box has shadow with color #cdbaaf
Comments
No comments written yet.
Please login to write comment.