Color spaces of #bcabaa
RGB | 188 | 171 | 170 |
---|---|---|---|
HSL | 0.01 | 0.12 | 0.70 |
HSV | 3° | 10° | 74° |
CMYK | 0.00 | 0.09 | 0.10 0.26 |
XYZ | 42.5576 | 42.7195 | 44.0329 |
Yxy | 42.7195 | 0.3291 | 0.3304 |
Hunter Lab | 65.3602 | 1.8455 | 5.8087 |
CIE-Lab | 71.3642 | 5.9463 | 2.7276 |
#bcabaa color RGB value is (188,171,170).
#bcabaa hex color red value is 188, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bcabaa hue: 0.01 , saturation: 0.12 and the lightness value of bcabaa is 0.70.
The process color (four color CMYK) of #bcabaa color hex is 0.00, 0.09, 0.10, 0.26. Web safe color of #bcabaa is #cc9999. Color #bcabaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101011 | 10101010 |
Octal | 274 | 253 | 252 |
Decimal | 188 | 171 | 170 |
Hex | BC | AB | AA |
Shades of #bcabaa
Tints of #bcabaa
RGB Percentages of Color #bcabaa
CMYK Percentages of Color #bcabaa
Complementary Color
#bcabaa | #aabbbc |
#bcabaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcabaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcabaa Color CSS Codes
.mybgcolor {background-color:#bcabaa; } .myforecolor {color:#bcabaa; } .mybordercolor {border:3px solid #bcabaa; }
#bcabaa Text Font Color
<p style="color:#bcabaa">Text here</p>
This sample text font color is #bcabaa
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.
#bcabaa Background Color
<div style="background-color:#bcabaa">
Div content here</div>
This div background color is #bcabaa
#bcabaa Border Color
<div style="border:3px solid #bcabaa">
Div here</div>
This div border color is #bcabaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,171,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcabaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcabaa; -webkit-box-shadow: 1px 1px 3px 2px #bcabaa; box-shadow: 1px 1px 3px 2px #bcabaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,171,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcabaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcabaa; -webkit-box-shadow: 1px 1px 3px 2px #bcabaa; box-shadow: 1px 1px 3px 2px #bcabaa;">
Div content here</div>
This div box has shadow with color #bcabaa
Comments
No comments written yet.
Please login to write comment.