Color spaces of #bfe0fa
RGB | 191 | 224 | 250 |
---|---|---|---|
HSL | 0.57 | 0.86 | 0.86 |
HSV | 206° | 24° | 98° |
CMYK | 0.24 | 0.10 | 0.00 0.02 |
XYZ | 65.3968 | 71.2898 | 100.7560 |
Yxy | 71.2898 | 0.2754 | 0.3002 |
Hunter Lab | 84.4333 | -9.5032 | -11.6487 |
CIE-Lab | 87.6256 | -5.2516 | -16.2300 |
#bfe0fa color RGB value is (191,224,250).
#bfe0fa hex color red value is 191, green value is 224 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bfe0fa hue: 0.57 , saturation: 0.86 and the lightness value of bfe0fa is 0.86.
The process color (four color CMYK) of #bfe0fa color hex is 0.24, 0.10, 0.00, 0.02. Web safe color of #bfe0fa is #ccccff. Color #bfe0fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100000 | 11111010 |
Octal | 277 | 340 | 372 |
Decimal | 191 | 224 | 250 |
Hex | BF | E0 | FA |
Shades of #bfe0fa
Tints of #bfe0fa
RGB Percentages of Color #bfe0fa
CMYK Percentages of Color #bfe0fa
Complementary Color
#bfe0fa | #fad9bf |
#bfe0fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe0fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe0fa Color CSS Codes
.mybgcolor {background-color:#bfe0fa; } .myforecolor {color:#bfe0fa; } .mybordercolor {border:3px solid #bfe0fa; }
#bfe0fa Text Font Color
<p style="color:#bfe0fa">Text here</p>
This sample text font color is #bfe0fa
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.
#bfe0fa Background Color
<div style="background-color:#bfe0fa">
Div content here</div>
This div background color is #bfe0fa
#bfe0fa Border Color
<div style="border:3px solid #bfe0fa">
Div here</div>
This div border color is #bfe0fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,224,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe0fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe0fa; -webkit-box-shadow: 1px 1px 3px 2px #bfe0fa; box-shadow: 1px 1px 3px 2px #bfe0fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,224,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 #bfe0fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe0fa; -webkit-box-shadow: 1px 1px 3px 2px #bfe0fa; box-shadow: 1px 1px 3px 2px #bfe0fa;">
Div content here</div>
This div box has shadow with color #bfe0fa
Comments
No comments written yet.
Please login to write comment.