Color spaces of #bca68c
RGB | 188 | 166 | 140 |
---|---|---|---|
HSL | 0.09 | 0.26 | 0.64 |
HSV | 33° | 26° | 74° |
CMYK | 0.00 | 0.12 | 0.26 0.26 |
XYZ | 39.1089 | 39.8573 | 30.4429 |
Yxy | 39.8573 | 0.3575 | 0.3643 |
Hunter Lab | 63.1326 | 0.0936 | 15.6029 |
CIE-Lab | 69.3678 | 3.9265 | 16.4066 |
#bca68c color RGB value is (188,166,140).
#bca68c hex color red value is 188, green value is 166 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bca68c hue: 0.09 , saturation: 0.26 and the lightness value of bca68c is 0.64.
The process color (four color CMYK) of #bca68c color hex is 0.00, 0.12, 0.26, 0.26. Web safe color of #bca68c is #cc9999. Color #bca68c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10100110 | 10001100 |
Octal | 274 | 246 | 214 |
Decimal | 188 | 166 | 140 |
Hex | BC | A6 | 8C |
Shades of #bca68c
Tints of #bca68c
RGB Percentages of Color #bca68c
CMYK Percentages of Color #bca68c
Complementary Color
#bca68c | #8ca2bc |
#bca68c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bca68c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bca68c Color CSS Codes
.mybgcolor {background-color:#bca68c; } .myforecolor {color:#bca68c; } .mybordercolor {border:3px solid #bca68c; }
#bca68c Text Font Color
<p style="color:#bca68c">Text here</p>
This sample text font color is #bca68c
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.
#bca68c Background Color
<div style="background-color:#bca68c">
Div content here</div>
This div background color is #bca68c
#bca68c Border Color
<div style="border:3px solid #bca68c">
Div here</div>
This div border color is #bca68c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,166,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bca68c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bca68c; -webkit-box-shadow: 1px 1px 3px 2px #bca68c; box-shadow: 1px 1px 3px 2px #bca68c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,166,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bca68c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bca68c; -webkit-box-shadow: 1px 1px 3px 2px #bca68c; box-shadow: 1px 1px 3px 2px #bca68c;">
Div content here</div>
This div box has shadow with color #bca68c
Comments
No comments written yet.
Please login to write comment.