Color spaces of #bfeafa
RGB | 191 | 234 | 250 |
---|---|---|---|
HSL | 0.55 | 0.86 | 0.86 |
HSV | 196° | 24° | 98° |
CMYK | 0.24 | 0.06 | 0.00 0.02 |
XYZ | 68.1640 | 76.8241 | 101.6784 |
Yxy | 76.8241 | 0.2763 | 0.3114 |
Hunter Lab | 87.6494 | -14.5688 | -7.4253 |
CIE-Lab | 90.2406 | -10.3829 | -12.3143 |
#bfeafa color RGB value is (191,234,250).
#bfeafa hex color red value is 191, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bfeafa hue: 0.55 , saturation: 0.86 and the lightness value of bfeafa is 0.86.
The process color (four color CMYK) of #bfeafa color hex is 0.24, 0.06, 0.00, 0.02. Web safe color of #bfeafa is #ccffff. Color #bfeafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101010 | 11111010 |
Octal | 277 | 352 | 372 |
Decimal | 191 | 234 | 250 |
Hex | BF | EA | FA |
Shades of #bfeafa
Tints of #bfeafa
RGB Percentages of Color #bfeafa
CMYK Percentages of Color #bfeafa
Complementary Color
#bfeafa | #facfbf |
#bfeafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfeafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfeafa Color CSS Codes
.mybgcolor {background-color:#bfeafa; } .myforecolor {color:#bfeafa; } .mybordercolor {border:3px solid #bfeafa; }
#bfeafa Text Font Color
<p style="color:#bfeafa">Text here</p>
This sample text font color is #bfeafa
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.
#bfeafa Background Color
<div style="background-color:#bfeafa">
Div content here</div>
This div background color is #bfeafa
#bfeafa Border Color
<div style="border:3px solid #bfeafa">
Div here</div>
This div border color is #bfeafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,234,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfeafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfeafa; -webkit-box-shadow: 1px 1px 3px 2px #bfeafa; box-shadow: 1px 1px 3px 2px #bfeafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,234,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 #bfeafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfeafa; -webkit-box-shadow: 1px 1px 3px 2px #bfeafa; box-shadow: 1px 1px 3px 2px #bfeafa;">
Div content here</div>
This div box has shadow with color #bfeafa
Comments
No comments written yet.
Please login to write comment.