Color spaces of #bca993
RGB | 188 | 169 | 147 |
---|---|---|---|
HSL | 0.09 | 0.23 | 0.66 |
HSV | 32° | 22° | 74° |
CMYK | 0.00 | 0.10 | 0.22 0.26 |
XYZ | 40.1935 | 41.1739 | 33.4327 |
Yxy | 41.1739 | 0.3501 | 0.3587 |
Hunter Lab | 64.1669 | -0.4814 | 14.0251 |
CIE-Lab | 70.2976 | 3.3253 | 13.8615 |
#bca993 color RGB value is (188,169,147).
#bca993 hex color red value is 188, green value is 169 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bca993 hue: 0.09 , saturation: 0.23 and the lightness value of bca993 is 0.66.
The process color (four color CMYK) of #bca993 color hex is 0.00, 0.10, 0.22, 0.26. Web safe color of #bca993 is #cc9999. Color #bca993 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101001 | 10010011 |
Octal | 274 | 251 | 223 |
Decimal | 188 | 169 | 147 |
Hex | BC | A9 | 93 |
Shades of #bca993
Tints of #bca993
RGB Percentages of Color #bca993
CMYK Percentages of Color #bca993
Complementary Color
#bca993 | #93a6bc |
#bca993 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bca993 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bca993 Color CSS Codes
.mybgcolor {background-color:#bca993; } .myforecolor {color:#bca993; } .mybordercolor {border:3px solid #bca993; }
#bca993 Text Font Color
<p style="color:#bca993">Text here</p>
This sample text font color is #bca993
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.
#bca993 Background Color
<div style="background-color:#bca993">
Div content here</div>
This div background color is #bca993
#bca993 Border Color
<div style="border:3px solid #bca993">
Div here</div>
This div border color is #bca993
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,169,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bca993; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bca993; -webkit-box-shadow: 1px 1px 3px 2px #bca993; box-shadow: 1px 1px 3px 2px #bca993; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,169,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bca993">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bca993; -webkit-box-shadow: 1px 1px 3px 2px #bca993; box-shadow: 1px 1px 3px 2px #bca993;">
Div content here</div>
This div box has shadow with color #bca993
Comments
No comments written yet.
Please login to write comment.