Color spaces of #bcafab
RGB | 188 | 175 | 171 |
---|---|---|---|
HSL | 0.04 | 0.11 | 0.70 |
HSV | 14° | 9° | 74° |
CMYK | 0.00 | 0.07 | 0.09 0.26 |
XYZ | 43.4197 | 44.2916 | 44.7887 |
Yxy | 44.2916 | 0.3277 | 0.3343 |
Hunter Lab | 66.5519 | -0.0092 | 6.6849 |
CIE-Lab | 72.4230 | 3.9481 | 3.7117 |
#bcafab color RGB value is (188,175,171).
#bcafab hex color red value is 188, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bcafab hue: 0.04 , saturation: 0.11 and the lightness value of bcafab is 0.70.
The process color (four color CMYK) of #bcafab color hex is 0.00, 0.07, 0.09, 0.26. Web safe color of #bcafab is #cc9999. Color #bcafab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101111 | 10101011 |
Octal | 274 | 257 | 253 |
Decimal | 188 | 175 | 171 |
Hex | BC | AF | AB |
Shades of #bcafab
Tints of #bcafab
RGB Percentages of Color #bcafab
CMYK Percentages of Color #bcafab
Complementary Color
#bcafab | #abb8bc |
#bcafab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcafab Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcafab Color CSS Codes
.mybgcolor {background-color:#bcafab; } .myforecolor {color:#bcafab; } .mybordercolor {border:3px solid #bcafab; }
#bcafab Text Font Color
<p style="color:#bcafab">Text here</p>
This sample text font color is #bcafab
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.
#bcafab Background Color
<div style="background-color:#bcafab">
Div content here</div>
This div background color is #bcafab
#bcafab Border Color
<div style="border:3px solid #bcafab">
Div here</div>
This div border color is #bcafab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,175,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcafab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcafab; -webkit-box-shadow: 1px 1px 3px 2px #bcafab; box-shadow: 1px 1px 3px 2px #bcafab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,175,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcafab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcafab; -webkit-box-shadow: 1px 1px 3px 2px #bcafab; box-shadow: 1px 1px 3px 2px #bcafab;">
Div content here</div>
This div box has shadow with color #bcafab
Comments
No comments written yet.
Please login to write comment.