Color spaces of #cdbbad
RGB | 205 | 187 | 173 |
---|---|---|---|
HSL | 0.07 | 0.24 | 0.74 |
HSV | 26° | 16° | 80° |
CMYK | 0.00 | 0.09 | 0.16 0.20 |
XYZ | 50.4900 | 51.5369 | 46.8217 |
Yxy | 51.5369 | 0.3392 | 0.3462 |
Hunter Lab | 71.7892 | -0.0904 | 11.5829 |
CIE-Lab | 77.0031 | 4.0661 | 9.3912 |
#cdbbad color RGB value is (205,187,173).
#cdbbad hex color red value is 205, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cdbbad hue: 0.07 , saturation: 0.24 and the lightness value of cdbbad is 0.74.
The process color (four color CMYK) of #cdbbad color hex is 0.00, 0.09, 0.16, 0.20. Web safe color of #cdbbad is #cccc99. Color #cdbbad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111011 | 10101101 |
Octal | 315 | 273 | 255 |
Decimal | 205 | 187 | 173 |
Hex | CD | BB | AD |
Shades of #cdbbad
Tints of #cdbbad
RGB Percentages of Color #cdbbad
CMYK Percentages of Color #cdbbad
Complementary Color
#cdbbad | #adbfcd |
#cdbbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbbad Color CSS Codes
.mybgcolor {background-color:#cdbbad; } .myforecolor {color:#cdbbad; } .mybordercolor {border:3px solid #cdbbad; }
#cdbbad Text Font Color
<p style="color:#cdbbad">Text here</p>
This sample text font color is #cdbbad
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.
#cdbbad Background Color
<div style="background-color:#cdbbad">
Div content here</div>
This div background color is #cdbbad
#cdbbad Border Color
<div style="border:3px solid #cdbbad">
Div here</div>
This div border color is #cdbbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,187,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbbad; -webkit-box-shadow: 1px 1px 3px 2px #cdbbad; box-shadow: 1px 1px 3px 2px #cdbbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,187,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbbad; -webkit-box-shadow: 1px 1px 3px 2px #cdbbad; box-shadow: 1px 1px 3px 2px #cdbbad;">
Div content here</div>
This div box has shadow with color #cdbbad
Comments
No comments written yet.
Please login to write comment.