Color spaces of #bcaa7e
RGB | 188 | 170 | 126 |
---|---|---|---|
HSL | 0.12 | 0.32 | 0.62 |
HSV | 43° | 33° | 74° |
CMYK | 0.00 | 0.10 | 0.33 0.26 |
XYZ | 38.8797 | 40.9472 | 25.5931 |
Yxy | 40.9472 | 0.3688 | 0.3884 |
Hunter Lab | 63.9900 | -3.5276 | 21.0797 |
CIE-Lab | 70.1389 | -0.1253 | 25.0863 |
#bcaa7e color RGB value is (188,170,126).
#bcaa7e hex color red value is 188, green value is 170 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bcaa7e hue: 0.12 , saturation: 0.32 and the lightness value of bcaa7e is 0.62.
The process color (four color CMYK) of #bcaa7e color hex is 0.00, 0.10, 0.33, 0.26. Web safe color of #bcaa7e is #cc9966. Color #bcaa7e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101010 | 01111110 |
Octal | 274 | 252 | 176 |
Decimal | 188 | 170 | 126 |
Hex | BC | AA | 7E |
Shades of #bcaa7e
Tints of #bcaa7e
RGB Percentages of Color #bcaa7e
CMYK Percentages of Color #bcaa7e
Complementary Color
#bcaa7e | #7e90bc |
#bcaa7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcaa7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcaa7e Color CSS Codes
.mybgcolor {background-color:#bcaa7e; } .myforecolor {color:#bcaa7e; } .mybordercolor {border:3px solid #bcaa7e; }
#bcaa7e Text Font Color
<p style="color:#bcaa7e">Text here</p>
This sample text font color is #bcaa7e
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.
#bcaa7e Background Color
<div style="background-color:#bcaa7e">
Div content here</div>
This div background color is #bcaa7e
#bcaa7e Border Color
<div style="border:3px solid #bcaa7e">
Div here</div>
This div border color is #bcaa7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,170,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcaa7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcaa7e; -webkit-box-shadow: 1px 1px 3px 2px #bcaa7e; box-shadow: 1px 1px 3px 2px #bcaa7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,170,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcaa7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcaa7e; -webkit-box-shadow: 1px 1px 3px 2px #bcaa7e; box-shadow: 1px 1px 3px 2px #bcaa7e;">
Div content here</div>
This div box has shadow with color #bcaa7e
Comments
No comments written yet.
Please login to write comment.