Color spaces of #bcacfc
RGB | 188 | 172 | 252 |
---|---|---|---|
HSL | 0.70 | 0.93 | 0.83 |
HSV | 252° | 32° | 99° |
CMYK | 0.25 | 0.32 | 0.00 0.01 |
XYZ | 53.0622 | 47.2247 | 98.4141 |
Yxy | 47.2247 | 0.2670 | 0.2377 |
Hunter Lab | 68.7202 | 17.5680 | -36.8049 |
CIE-Lab | 74.3333 | 22.3370 | -37.6259 |
#bcacfc color RGB value is (188,172,252).
#bcacfc hex color red value is 188, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bcacfc hue: 0.70 , saturation: 0.93 and the lightness value of bcacfc is 0.83.
The process color (four color CMYK) of #bcacfc color hex is 0.25, 0.32, 0.00, 0.01. Web safe color of #bcacfc is #cc99ff. Color #bcacfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101100 | 11111100 |
Octal | 274 | 254 | 374 |
Decimal | 188 | 172 | 252 |
Hex | BC | AC | FC |
Shades of #bcacfc
Tints of #bcacfc
RGB Percentages of Color #bcacfc
CMYK Percentages of Color #bcacfc
Complementary Color
#bcacfc | #ecfcac |
#bcacfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcacfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcacfc Color CSS Codes
.mybgcolor {background-color:#bcacfc; } .myforecolor {color:#bcacfc; } .mybordercolor {border:3px solid #bcacfc; }
#bcacfc Text Font Color
<p style="color:#bcacfc">Text here</p>
This sample text font color is #bcacfc
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.
#bcacfc Background Color
<div style="background-color:#bcacfc">
Div content here</div>
This div background color is #bcacfc
#bcacfc Border Color
<div style="border:3px solid #bcacfc">
Div here</div>
This div border color is #bcacfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,172,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcacfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcacfc; -webkit-box-shadow: 1px 1px 3px 2px #bcacfc; box-shadow: 1px 1px 3px 2px #bcacfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,172,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcacfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcacfc; -webkit-box-shadow: 1px 1px 3px 2px #bcacfc; box-shadow: 1px 1px 3px 2px #bcacfc;">
Div content here</div>
This div box has shadow with color #bcacfc
Comments
No comments written yet.
Please login to write comment.