Color spaces of #cbada6
RGB | 203 | 173 | 166 |
---|---|---|---|
HSL | 0.03 | 0.26 | 0.72 |
HSV | 11° | 18° | 80° |
CMYK | 0.00 | 0.15 | 0.18 0.20 |
XYZ | 46.4551 | 45.3368 | 42.3788 |
Yxy | 45.3368 | 0.3462 | 0.3379 |
Hunter Lab | 67.3326 | 5.3213 | 9.8160 |
CIE-Lab | 73.1131 | 9.7455 | 7.6186 |
#cbada6 color RGB value is (203,173,166).
#cbada6 hex color red value is 203, green value is 173 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #cbada6 hue: 0.03 , saturation: 0.26 and the lightness value of cbada6 is 0.72.
The process color (four color CMYK) of #cbada6 color hex is 0.00, 0.15, 0.18, 0.20. Web safe color of #cbada6 is #cc9999. Color #cbada6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101101 | 10100110 |
Octal | 313 | 255 | 246 |
Decimal | 203 | 173 | 166 |
Hex | CB | AD | A6 |
Shades of #cbada6
Tints of #cbada6
RGB Percentages of Color #cbada6
CMYK Percentages of Color #cbada6
Complementary Color
#cbada6 | #a6c4cb |
#cbada6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbada6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbada6 Color CSS Codes
.mybgcolor {background-color:#cbada6; } .myforecolor {color:#cbada6; } .mybordercolor {border:3px solid #cbada6; }
#cbada6 Text Font Color
<p style="color:#cbada6">Text here</p>
This sample text font color is #cbada6
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.
#cbada6 Background Color
<div style="background-color:#cbada6">
Div content here</div>
This div background color is #cbada6
#cbada6 Border Color
<div style="border:3px solid #cbada6">
Div here</div>
This div border color is #cbada6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,173,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbada6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbada6; -webkit-box-shadow: 1px 1px 3px 2px #cbada6; box-shadow: 1px 1px 3px 2px #cbada6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,173,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbada6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbada6; -webkit-box-shadow: 1px 1px 3px 2px #cbada6; box-shadow: 1px 1px 3px 2px #cbada6;">
Div content here</div>
This div box has shadow with color #cbada6
Comments
No comments written yet.
Please login to write comment.