Color spaces of #bfdade
RGB | 191 | 218 | 222 |
---|---|---|---|
HSL | 0.52 | 0.32 | 0.81 |
HSV | 188° | 14° | 87° |
CMYK | 0.14 | 0.02 | 0.00 0.13 |
XYZ | 59.7421 | 66.4931 | 78.7929 |
Yxy | 66.4931 | 0.2914 | 0.3243 |
Hunter Lab | 81.5433 | -11.9241 | -0.2099 |
CIE-Lab | 85.2473 | -8.1083 | -4.9940 |
#bfdade color RGB value is (191,218,222).
#bfdade hex color red value is 191, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bfdade hue: 0.52 , saturation: 0.32 and the lightness value of bfdade is 0.81.
The process color (four color CMYK) of #bfdade color hex is 0.14, 0.02, 0.00, 0.13. Web safe color of #bfdade is #cccccc. Color #bfdade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011010 | 11011110 |
Octal | 277 | 332 | 336 |
Decimal | 191 | 218 | 222 |
Hex | BF | DA | DE |
Shades of #bfdade
Tints of #bfdade
RGB Percentages of Color #bfdade
CMYK Percentages of Color #bfdade
Complementary Color
#bfdade | #dec3bf |
#bfdade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdade Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdade Color CSS Codes
.mybgcolor {background-color:#bfdade; } .myforecolor {color:#bfdade; } .mybordercolor {border:3px solid #bfdade; }
#bfdade Text Font Color
<p style="color:#bfdade">Text here</p>
This sample text font color is #bfdade
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.
#bfdade Background Color
<div style="background-color:#bfdade">
Div content here</div>
This div background color is #bfdade
#bfdade Border Color
<div style="border:3px solid #bfdade">
Div here</div>
This div border color is #bfdade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,218,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdade; -webkit-box-shadow: 1px 1px 3px 2px #bfdade; box-shadow: 1px 1px 3px 2px #bfdade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,218,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 #bfdade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdade; -webkit-box-shadow: 1px 1px 3px 2px #bfdade; box-shadow: 1px 1px 3px 2px #bfdade;">
Div content here</div>
This div box has shadow with color #bfdade
Comments
No comments written yet.
Please login to write comment.