Color spaces of #bca1af
RGB | 188 | 161 | 175 |
---|---|---|---|
HSL | 0.91 | 0.17 | 0.68 |
HSV | 329° | 14° | 74° |
CMYK | 0.00 | 0.14 | 0.07 0.26 |
XYZ | 41.2218 | 39.2762 | 45.9659 |
Yxy | 39.2762 | 0.3260 | 0.3106 |
Hunter Lab | 62.6707 | 7.7350 | 0.3832 |
CIE-Lab | 68.9509 | 12.3037 | -3.5666 |
#bca1af color RGB value is (188,161,175).
#bca1af hex color red value is 188, green value is 161 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bca1af hue: 0.91 , saturation: 0.17 and the lightness value of bca1af is 0.68.
The process color (four color CMYK) of #bca1af color hex is 0.00, 0.14, 0.07, 0.26. Web safe color of #bca1af is #cc9999. Color #bca1af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10100001 | 10101111 |
Octal | 274 | 241 | 257 |
Decimal | 188 | 161 | 175 |
Hex | BC | A1 | AF |
Shades of #bca1af
Tints of #bca1af
RGB Percentages of Color #bca1af
CMYK Percentages of Color #bca1af
Complementary Color
#bca1af | #a1bcae |
#bca1af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bca1af Color Preview on White Background
Lorem ipsum dolor sit amet.
#bca1af Color CSS Codes
.mybgcolor {background-color:#bca1af; } .myforecolor {color:#bca1af; } .mybordercolor {border:3px solid #bca1af; }
#bca1af Text Font Color
<p style="color:#bca1af">Text here</p>
This sample text font color is #bca1af
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.
#bca1af Background Color
<div style="background-color:#bca1af">
Div content here</div>
This div background color is #bca1af
#bca1af Border Color
<div style="border:3px solid #bca1af">
Div here</div>
This div border color is #bca1af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,161,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bca1af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bca1af; -webkit-box-shadow: 1px 1px 3px 2px #bca1af; box-shadow: 1px 1px 3px 2px #bca1af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,161,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 #bca1af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bca1af; -webkit-box-shadow: 1px 1px 3px 2px #bca1af; box-shadow: 1px 1px 3px 2px #bca1af;">
Div content here</div>
This div box has shadow with color #bca1af
Comments
No comments written yet.
Please login to write comment.