Color spaces of #bfadfc
RGB | 191 | 173 | 252 |
---|---|---|---|
HSL | 0.70 | 0.93 | 0.83 |
HSV | 254° | 31° | 99° |
CMYK | 0.24 | 0.31 | 0.00 0.01 |
XYZ | 54.0001 | 47.9918 | 98.5127 |
Yxy | 47.9918 | 0.2693 | 0.2394 |
Hunter Lab | 69.2761 | 17.9059 | -35.8189 |
CIE-Lab | 74.8198 | 22.6516 | -36.8517 |
#bfadfc color RGB value is (191,173,252).
#bfadfc hex color red value is 191, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bfadfc hue: 0.70 , saturation: 0.93 and the lightness value of bfadfc is 0.83.
The process color (four color CMYK) of #bfadfc color hex is 0.24, 0.31, 0.00, 0.01. Web safe color of #bfadfc is #cc99ff. Color #bfadfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101101 | 11111100 |
Octal | 277 | 255 | 374 |
Decimal | 191 | 173 | 252 |
Hex | BF | AD | FC |
Shades of #bfadfc
Tints of #bfadfc
RGB Percentages of Color #bfadfc
CMYK Percentages of Color #bfadfc
Complementary Color
#bfadfc | #eafcad |
#bfadfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfadfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfadfc Color CSS Codes
.mybgcolor {background-color:#bfadfc; } .myforecolor {color:#bfadfc; } .mybordercolor {border:3px solid #bfadfc; }
#bfadfc Text Font Color
<p style="color:#bfadfc">Text here</p>
This sample text font color is #bfadfc
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.
#bfadfc Background Color
<div style="background-color:#bfadfc">
Div content here</div>
This div background color is #bfadfc
#bfadfc Border Color
<div style="border:3px solid #bfadfc">
Div here</div>
This div border color is #bfadfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,173,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfadfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfadfc; -webkit-box-shadow: 1px 1px 3px 2px #bfadfc; box-shadow: 1px 1px 3px 2px #bfadfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,173,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 #bfadfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfadfc; -webkit-box-shadow: 1px 1px 3px 2px #bfadfc; box-shadow: 1px 1px 3px 2px #bfadfc;">
Div content here</div>
This div box has shadow with color #bfadfc
Comments
No comments written yet.
Please login to write comment.