Color spaces of #bcada6
RGB | 188 | 173 | 166 |
---|---|---|---|
HSL | 0.05 | 0.14 | 0.69 |
HSV | 19° | 12° | 74° |
CMYK | 0.00 | 0.08 | 0.12 0.26 |
XYZ | 42.5655 | 43.3317 | 42.1968 |
Yxy | 43.3317 | 0.3323 | 0.3383 |
Hunter Lab | 65.8268 | 0.2263 | 8.0723 |
CIE-Lab | 71.7795 | 4.1796 | 5.5287 |
#bcada6 color RGB value is (188,173,166).
#bcada6 hex color red value is 188, green value is 173 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bcada6 hue: 0.05 , saturation: 0.14 and the lightness value of bcada6 is 0.69.
The process color (four color CMYK) of #bcada6 color hex is 0.00, 0.08, 0.12, 0.26. Web safe color of #bcada6 is #cc9999. Color #bcada6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101101 | 10100110 |
Octal | 274 | 255 | 246 |
Decimal | 188 | 173 | 166 |
Hex | BC | AD | A6 |
Shades of #bcada6
Tints of #bcada6
RGB Percentages of Color #bcada6
CMYK Percentages of Color #bcada6
Complementary Color
#bcada6 | #a6b5bc |
#bcada6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcada6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcada6 Color CSS Codes
.mybgcolor {background-color:#bcada6; } .myforecolor {color:#bcada6; } .mybordercolor {border:3px solid #bcada6; }
#bcada6 Text Font Color
<p style="color:#bcada6">Text here</p>
This sample text font color is #bcada6
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.
#bcada6 Background Color
<div style="background-color:#bcada6">
Div content here</div>
This div background color is #bcada6
#bcada6 Border Color
<div style="border:3px solid #bcada6">
Div here</div>
This div border color is #bcada6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,173,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcada6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcada6; -webkit-box-shadow: 1px 1px 3px 2px #bcada6; box-shadow: 1px 1px 3px 2px #bcada6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,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 #bcada6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcada6; -webkit-box-shadow: 1px 1px 3px 2px #bcada6; box-shadow: 1px 1px 3px 2px #bcada6;">
Div content here</div>
This div box has shadow with color #bcada6
#bcada6 Color Palettes
Comments
No comments written yet.
Please login to write comment.