Color spaces of #bca978
RGB | 188 | 169 | 120 |
---|---|---|---|
HSL | 0.12 | 0.34 | 0.60 |
HSV | 43° | 36° | 74° |
CMYK | 0.00 | 0.10 | 0.36 0.26 |
XYZ | 38.3172 | 40.4234 | 23.5523 |
Yxy | 40.4234 | 0.3746 | 0.3952 |
Hunter Lab | 63.5794 | -3.6879 | 22.5422 |
CIE-Lab | 69.7700 | -0.3340 | 27.8223 |
#bca978 color RGB value is (188,169,120).
#bca978 hex color red value is 188, green value is 169 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bca978 hue: 0.12 , saturation: 0.34 and the lightness value of bca978 is 0.60.
The process color (four color CMYK) of #bca978 color hex is 0.00, 0.10, 0.36, 0.26. Web safe color of #bca978 is #cc9966. Color #bca978 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101001 | 01111000 |
Octal | 274 | 251 | 170 |
Decimal | 188 | 169 | 120 |
Hex | BC | A9 | 78 |
Shades of #bca978
Tints of #bca978
RGB Percentages of Color #bca978
CMYK Percentages of Color #bca978
Complementary Color
#bca978 | #788bbc |
#bca978 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bca978 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bca978 Color CSS Codes
.mybgcolor {background-color:#bca978; } .myforecolor {color:#bca978; } .mybordercolor {border:3px solid #bca978; }
#bca978 Text Font Color
<p style="color:#bca978">Text here</p>
This sample text font color is #bca978
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.
#bca978 Background Color
<div style="background-color:#bca978">
Div content here</div>
This div background color is #bca978
#bca978 Border Color
<div style="border:3px solid #bca978">
Div here</div>
This div border color is #bca978
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,169,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bca978; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bca978; -webkit-box-shadow: 1px 1px 3px 2px #bca978; box-shadow: 1px 1px 3px 2px #bca978; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,169,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bca978">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bca978; -webkit-box-shadow: 1px 1px 3px 2px #bca978; box-shadow: 1px 1px 3px 2px #bca978;">
Div content here</div>
This div box has shadow with color #bca978
Comments
No comments written yet.
Please login to write comment.