Color spaces of #bac1dc
RGB | 186 | 193 | 220 |
---|---|---|---|
HSL | 0.63 | 0.33 | 0.80 |
HSV | 228° | 15° | 86° |
CMYK | 0.15 | 0.12 | 0.00 0.14 |
XYZ | 52.2379 | 53.7463 | 75.3310 |
Yxy | 53.7463 | 0.2881 | 0.2964 |
Hunter Lab | 73.3119 | -1.1067 | -9.6046 |
CIE-Lab | 78.3136 | 3.0375 | -14.2796 |
#bac1dc color RGB value is (186,193,220).
#bac1dc hex color red value is 186, green value is 193 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bac1dc hue: 0.63 , saturation: 0.33 and the lightness value of bac1dc is 0.80.
The process color (four color CMYK) of #bac1dc color hex is 0.15, 0.12, 0.00, 0.14. Web safe color of #bac1dc is #cccccc. Color #bac1dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11000001 | 11011100 |
Octal | 272 | 301 | 334 |
Decimal | 186 | 193 | 220 |
Hex | BA | C1 | DC |
Shades of #bac1dc
Tints of #bac1dc
RGB Percentages of Color #bac1dc
CMYK Percentages of Color #bac1dc
Complementary Color
#bac1dc | #dcd5ba |
#bac1dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac1dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac1dc Color CSS Codes
.mybgcolor {background-color:#bac1dc; } .myforecolor {color:#bac1dc; } .mybordercolor {border:3px solid #bac1dc; }
#bac1dc Text Font Color
<p style="color:#bac1dc">Text here</p>
This sample text font color is #bac1dc
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.
#bac1dc Background Color
<div style="background-color:#bac1dc">
Div content here</div>
This div background color is #bac1dc
#bac1dc Border Color
<div style="border:3px solid #bac1dc">
Div here</div>
This div border color is #bac1dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,193,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac1dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac1dc; -webkit-box-shadow: 1px 1px 3px 2px #bac1dc; box-shadow: 1px 1px 3px 2px #bac1dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,193,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac1dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac1dc; -webkit-box-shadow: 1px 1px 3px 2px #bac1dc; box-shadow: 1px 1px 3px 2px #bac1dc;">
Div content here</div>
This div box has shadow with color #bac1dc
Comments
No comments written yet.
Please login to write comment.