Color spaces of #cfbffa
RGB | 207 | 191 | 250 |
---|---|---|---|
HSL | 0.71 | 0.86 | 0.86 |
HSV | 256° | 24° | 98° |
CMYK | 0.17 | 0.24 | 0.00 0.02 |
XYZ | 61.6182 | 57.4291 | 98.2798 |
Yxy | 57.4291 | 0.2835 | 0.2643 |
Hunter Lab | 75.7820 | 12.5195 | -23.8444 |
CIE-Lab | 80.4203 | 17.1349 | -27.0430 |
#cfbffa color RGB value is (207,191,250).
#cfbffa hex color red value is 207, green value is 191 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cfbffa hue: 0.71 , saturation: 0.86 and the lightness value of cfbffa is 0.86.
The process color (four color CMYK) of #cfbffa color hex is 0.17, 0.24, 0.00, 0.02. Web safe color of #cfbffa is #ccccff. Color #cfbffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111111 | 11111010 |
Octal | 317 | 277 | 372 |
Decimal | 207 | 191 | 250 |
Hex | CF | BF | FA |
Shades of #cfbffa
Tints of #cfbffa
RGB Percentages of Color #cfbffa
CMYK Percentages of Color #cfbffa
Complementary Color
#cfbffa | #eafabf |
#cfbffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbffa Color CSS Codes
.mybgcolor {background-color:#cfbffa; } .myforecolor {color:#cfbffa; } .mybordercolor {border:3px solid #cfbffa; }
#cfbffa Text Font Color
<p style="color:#cfbffa">Text here</p>
This sample text font color is #cfbffa
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.
#cfbffa Background Color
<div style="background-color:#cfbffa">
Div content here</div>
This div background color is #cfbffa
#cfbffa Border Color
<div style="border:3px solid #cfbffa">
Div here</div>
This div border color is #cfbffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,191,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbffa; -webkit-box-shadow: 1px 1px 3px 2px #cfbffa; box-shadow: 1px 1px 3px 2px #cfbffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,191,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbffa; -webkit-box-shadow: 1px 1px 3px 2px #cfbffa; box-shadow: 1px 1px 3px 2px #cfbffa;">
Div content here</div>
This div box has shadow with color #cfbffa
Comments
No comments written yet.
Please login to write comment.