Color spaces of #bfafde
RGB | 191 | 175 | 222 |
---|---|---|---|
HSL | 0.72 | 0.42 | 0.78 |
HSV | 260° | 21° | 87° |
CMYK | 0.14 | 0.21 | 0.00 0.13 |
XYZ | 50.0006 | 47.0102 | 75.5458 |
Yxy | 47.0102 | 0.2898 | 0.2724 |
Hunter Lab | 68.5640 | 10.1850 | -17.3327 |
CIE-Lab | 74.1963 | 14.8518 | -21.5463 |
#bfafde color RGB value is (191,175,222).
#bfafde hex color red value is 191, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bfafde hue: 0.72 , saturation: 0.42 and the lightness value of bfafde is 0.78.
The process color (four color CMYK) of #bfafde color hex is 0.14, 0.21, 0.00, 0.13. Web safe color of #bfafde is #cc99cc. Color #bfafde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101111 | 11011110 |
Octal | 277 | 257 | 336 |
Decimal | 191 | 175 | 222 |
Hex | BF | AF | DE |
Shades of #bfafde
Tints of #bfafde
RGB Percentages of Color #bfafde
CMYK Percentages of Color #bfafde
Complementary Color
#bfafde | #cedeaf |
#bfafde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfafde Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfafde Color CSS Codes
.mybgcolor {background-color:#bfafde; } .myforecolor {color:#bfafde; } .mybordercolor {border:3px solid #bfafde; }
#bfafde Text Font Color
<p style="color:#bfafde">Text here</p>
This sample text font color is #bfafde
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.
#bfafde Background Color
<div style="background-color:#bfafde">
Div content here</div>
This div background color is #bfafde
#bfafde Border Color
<div style="border:3px solid #bfafde">
Div here</div>
This div border color is #bfafde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,175,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfafde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfafde; -webkit-box-shadow: 1px 1px 3px 2px #bfafde; box-shadow: 1px 1px 3px 2px #bfafde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,175,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 #bfafde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfafde; -webkit-box-shadow: 1px 1px 3px 2px #bfafde; box-shadow: 1px 1px 3px 2px #bfafde;">
Div content here</div>
This div box has shadow with color #bfafde
Comments
No comments written yet.
Please login to write comment.