Color spaces of #bca99e
RGB | 188 | 169 | 158 |
---|---|---|---|
HSL | 0.06 | 0.18 | 0.68 |
HSV | 22° | 16° | 74° |
CMYK | 0.00 | 0.10 | 0.16 0.26 |
XYZ | 41.0986 | 41.5359 | 38.1989 |
Yxy | 41.5359 | 0.3401 | 0.3437 |
Hunter Lab | 64.4484 | 1.0445 | 9.9723 |
CIE-Lab | 70.5498 | 5.0345 | 8.1671 |
#bca99e color RGB value is (188,169,158).
#bca99e hex color red value is 188, green value is 169 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bca99e hue: 0.06 , saturation: 0.18 and the lightness value of bca99e is 0.68.
The process color (four color CMYK) of #bca99e color hex is 0.00, 0.10, 0.16, 0.26. Web safe color of #bca99e is #cc9999. Color #bca99e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101001 | 10011110 |
Octal | 274 | 251 | 236 |
Decimal | 188 | 169 | 158 |
Hex | BC | A9 | 9E |
Shades of #bca99e
Tints of #bca99e
RGB Percentages of Color #bca99e
CMYK Percentages of Color #bca99e
Complementary Color
#bca99e | #9eb1bc |
#bca99e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bca99e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bca99e Color CSS Codes
.mybgcolor {background-color:#bca99e; } .myforecolor {color:#bca99e; } .mybordercolor {border:3px solid #bca99e; }
#bca99e Text Font Color
<p style="color:#bca99e">Text here</p>
This sample text font color is #bca99e
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.
#bca99e Background Color
<div style="background-color:#bca99e">
Div content here</div>
This div background color is #bca99e
#bca99e Border Color
<div style="border:3px solid #bca99e">
Div here</div>
This div border color is #bca99e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,169,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bca99e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bca99e; -webkit-box-shadow: 1px 1px 3px 2px #bca99e; box-shadow: 1px 1px 3px 2px #bca99e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,169,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bca99e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bca99e; -webkit-box-shadow: 1px 1px 3px 2px #bca99e; box-shadow: 1px 1px 3px 2px #bca99e;">
Div content here</div>
This div box has shadow with color #bca99e
Comments
No comments written yet.
Please login to write comment.