Color spaces of #bca89a
RGB | 188 | 168 | 154 |
---|---|---|---|
HSL | 0.07 | 0.20 | 0.67 |
HSV | 25° | 18° | 74° |
CMYK | 0.00 | 0.11 | 0.18 0.26 |
XYZ | 40.5744 | 41.0297 | 36.3529 |
Yxy | 41.0297 | 0.3440 | 0.3478 |
Hunter Lab | 64.0544 | 0.9731 | 11.1892 |
CIE-Lab | 70.1967 | 4.9418 | 9.8682 |
#bca89a color RGB value is (188,168,154).
#bca89a hex color red value is 188, green value is 168 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bca89a hue: 0.07 , saturation: 0.20 and the lightness value of bca89a is 0.67.
The process color (four color CMYK) of #bca89a color hex is 0.00, 0.11, 0.18, 0.26. Web safe color of #bca89a is #cc9999. Color #bca89a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101000 | 10011010 |
Octal | 274 | 250 | 232 |
Decimal | 188 | 168 | 154 |
Hex | BC | A8 | 9A |
Shades of #bca89a
Tints of #bca89a
RGB Percentages of Color #bca89a
CMYK Percentages of Color #bca89a
Complementary Color
#bca89a | #9aaebc |
#bca89a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bca89a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bca89a Color CSS Codes
.mybgcolor {background-color:#bca89a; } .myforecolor {color:#bca89a; } .mybordercolor {border:3px solid #bca89a; }
#bca89a Text Font Color
<p style="color:#bca89a">Text here</p>
This sample text font color is #bca89a
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.
#bca89a Background Color
<div style="background-color:#bca89a">
Div content here</div>
This div background color is #bca89a
#bca89a Border Color
<div style="border:3px solid #bca89a">
Div here</div>
This div border color is #bca89a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,168,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bca89a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bca89a; -webkit-box-shadow: 1px 1px 3px 2px #bca89a; box-shadow: 1px 1px 3px 2px #bca89a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,168,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bca89a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bca89a; -webkit-box-shadow: 1px 1px 3px 2px #bca89a; box-shadow: 1px 1px 3px 2px #bca89a;">
Div content here</div>
This div box has shadow with color #bca89a
Comments
No comments written yet.
Please login to write comment.