Color spaces of #bfbade
RGB | 191 | 186 | 222 |
---|---|---|---|
HSL | 0.69 | 0.35 | 0.80 |
HSV | 248° | 16° | 87° |
CMYK | 0.14 | 0.16 | 0.00 0.13 |
XYZ | 52.2296 | 51.4681 | 76.2888 |
Yxy | 51.4681 | 0.2902 | 0.2860 |
Hunter Lab | 71.7413 | 4.4056 | -12.8294 |
CIE-Lab | 76.9617 | 8.8428 | -17.3569 |
#bfbade color RGB value is (191,186,222).
#bfbade hex color red value is 191, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bfbade hue: 0.69 , saturation: 0.35 and the lightness value of bfbade is 0.80.
The process color (four color CMYK) of #bfbade color hex is 0.14, 0.16, 0.00, 0.13. Web safe color of #bfbade is #cccccc. Color #bfbade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111010 | 11011110 |
Octal | 277 | 272 | 336 |
Decimal | 191 | 186 | 222 |
Hex | BF | BA | DE |
Shades of #bfbade
Tints of #bfbade
RGB Percentages of Color #bfbade
CMYK Percentages of Color #bfbade
Complementary Color
#bfbade | #d9deba |
#bfbade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbade Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbade Color CSS Codes
.mybgcolor {background-color:#bfbade; } .myforecolor {color:#bfbade; } .mybordercolor {border:3px solid #bfbade; }
#bfbade Text Font Color
<p style="color:#bfbade">Text here</p>
This sample text font color is #bfbade
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.
#bfbade Background Color
<div style="background-color:#bfbade">
Div content here</div>
This div background color is #bfbade
#bfbade Border Color
<div style="border:3px solid #bfbade">
Div here</div>
This div border color is #bfbade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,186,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbade; -webkit-box-shadow: 1px 1px 3px 2px #bfbade; box-shadow: 1px 1px 3px 2px #bfbade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,186,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbade; -webkit-box-shadow: 1px 1px 3px 2px #bfbade; box-shadow: 1px 1px 3px 2px #bfbade;">
Div content here</div>
This div box has shadow with color #bfbade
Comments
No comments written yet.
Please login to write comment.