Color spaces of #bac7cb
RGB | 186 | 199 | 203 |
---|---|---|---|
HSL | 0.54 | 0.14 | 0.76 |
HSV | 194° | 8° | 80° |
CMYK | 0.08 | 0.02 | 0.00 0.20 |
XYZ | 51.4526 | 55.5977 | 64.5195 |
Yxy | 55.5977 | 0.2999 | 0.3241 |
Hunter Lab | 74.5639 | -7.3133 | 0.8916 |
CIE-Lab | 79.3843 | -3.6405 | -3.5305 |
#bac7cb color RGB value is (186,199,203).
#bac7cb hex color red value is 186, green value is 199 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bac7cb hue: 0.54 , saturation: 0.14 and the lightness value of bac7cb is 0.76.
The process color (four color CMYK) of #bac7cb color hex is 0.08, 0.02, 0.00, 0.20. Web safe color of #bac7cb is #cccccc. Color #bac7cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11000111 | 11001011 |
Octal | 272 | 307 | 313 |
Decimal | 186 | 199 | 203 |
Hex | BA | C7 | CB |
Shades of #bac7cb
Tints of #bac7cb
RGB Percentages of Color #bac7cb
CMYK Percentages of Color #bac7cb
Complementary Color
#bac7cb | #cbbeba |
#bac7cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac7cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac7cb Color CSS Codes
.mybgcolor {background-color:#bac7cb; } .myforecolor {color:#bac7cb; } .mybordercolor {border:3px solid #bac7cb; }
#bac7cb Text Font Color
<p style="color:#bac7cb">Text here</p>
This sample text font color is #bac7cb
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.
#bac7cb Background Color
<div style="background-color:#bac7cb">
Div content here</div>
This div background color is #bac7cb
#bac7cb Border Color
<div style="border:3px solid #bac7cb">
Div here</div>
This div border color is #bac7cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,199,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac7cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac7cb; -webkit-box-shadow: 1px 1px 3px 2px #bac7cb; box-shadow: 1px 1px 3px 2px #bac7cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,199,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac7cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac7cb; -webkit-box-shadow: 1px 1px 3px 2px #bac7cb; box-shadow: 1px 1px 3px 2px #bac7cb;">
Div content here</div>
This div box has shadow with color #bac7cb
Comments
No comments written yet.
Please login to write comment.