Color spaces of #bca48e
RGB | 188 | 164 | 142 |
---|---|---|---|
HSL | 0.08 | 0.26 | 0.65 |
HSV | 29° | 24° | 74° |
CMYK | 0.00 | 0.13 | 0.24 0.26 |
XYZ | 38.8970 | 39.1953 | 31.1065 |
Yxy | 39.1953 | 0.3562 | 0.3589 |
Hunter Lab | 62.6061 | 1.3407 | 14.3655 |
CIE-Lab | 68.8925 | 5.3022 | 14.6438 |
#bca48e color RGB value is (188,164,142).
#bca48e hex color red value is 188, green value is 164 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bca48e hue: 0.08 , saturation: 0.26 and the lightness value of bca48e is 0.65.
The process color (four color CMYK) of #bca48e color hex is 0.00, 0.13, 0.24, 0.26. Web safe color of #bca48e is #cc9999. Color #bca48e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10100100 | 10001110 |
Octal | 274 | 244 | 216 |
Decimal | 188 | 164 | 142 |
Hex | BC | A4 | 8E |
Shades of #bca48e
Tints of #bca48e
RGB Percentages of Color #bca48e
CMYK Percentages of Color #bca48e
Complementary Color
#bca48e | #8ea6bc |
#bca48e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bca48e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bca48e Color CSS Codes
.mybgcolor {background-color:#bca48e; } .myforecolor {color:#bca48e; } .mybordercolor {border:3px solid #bca48e; }
#bca48e Text Font Color
<p style="color:#bca48e">Text here</p>
This sample text font color is #bca48e
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.
#bca48e Background Color
<div style="background-color:#bca48e">
Div content here</div>
This div background color is #bca48e
#bca48e Border Color
<div style="border:3px solid #bca48e">
Div here</div>
This div border color is #bca48e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,164,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bca48e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bca48e; -webkit-box-shadow: 1px 1px 3px 2px #bca48e; box-shadow: 1px 1px 3px 2px #bca48e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,164,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bca48e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bca48e; -webkit-box-shadow: 1px 1px 3px 2px #bca48e; box-shadow: 1px 1px 3px 2px #bca48e;">
Div content here</div>
This div box has shadow with color #bca48e
Comments
No comments written yet.
Please login to write comment.