Color spaces of #b4acfc
RGB | 180 | 172 | 252 |
---|---|---|---|
HSL | 0.68 | 0.93 | 0.83 |
HSV | 246° | 32° | 99° |
CMYK | 0.29 | 0.32 | 0.00 0.01 |
XYZ | 51.1456 | 46.2366 | 98.3244 |
Yxy | 46.2366 | 0.2613 | 0.2363 |
Hunter Lab | 67.9975 | 15.2665 | -38.1351 |
CIE-Lab | 73.6988 | 20.0539 | -38.6611 |
#b4acfc color RGB value is (180,172,252).
#b4acfc hex color red value is 180, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b4acfc hue: 0.68 , saturation: 0.93 and the lightness value of b4acfc is 0.83.
The process color (four color CMYK) of #b4acfc color hex is 0.29, 0.32, 0.00, 0.01. Web safe color of #b4acfc is #cc99ff. Color #b4acfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10101100 | 11111100 |
Octal | 264 | 254 | 374 |
Decimal | 180 | 172 | 252 |
Hex | B4 | AC | FC |
Shades of #b4acfc
Tints of #b4acfc
RGB Percentages of Color #b4acfc
CMYK Percentages of Color #b4acfc
Complementary Color
#b4acfc | #f4fcac |
#b4acfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4acfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4acfc Color CSS Codes
.mybgcolor {background-color:#b4acfc; } .myforecolor {color:#b4acfc; } .mybordercolor {border:3px solid #b4acfc; }
#b4acfc Text Font Color
<p style="color:#b4acfc">Text here</p>
This sample text font color is #b4acfc
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.
#b4acfc Background Color
<div style="background-color:#b4acfc">
Div content here</div>
This div background color is #b4acfc
#b4acfc Border Color
<div style="border:3px solid #b4acfc">
Div here</div>
This div border color is #b4acfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,172,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4acfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4acfc; -webkit-box-shadow: 1px 1px 3px 2px #b4acfc; box-shadow: 1px 1px 3px 2px #b4acfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,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 #b4acfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4acfc; -webkit-box-shadow: 1px 1px 3px 2px #b4acfc; box-shadow: 1px 1px 3px 2px #b4acfc;">
Div content here</div>
This div box has shadow with color #b4acfc
Comments
No comments written yet.
Please login to write comment.