Color spaces of #bfcbfe
RGB | 191 | 203 | 254 |
---|---|---|---|
HSL | 0.63 | 0.97 | 0.87 |
HSV | 229° | 25° | 100° |
CMYK | 0.25 | 0.20 | 0.00 0.00 |
XYZ | 60.7312 | 60.9440 | 102.3284 |
Yxy | 60.9440 | 0.2711 | 0.2721 |
Hunter Lab | 78.0666 | 2.2458 | -23.0697 |
CIE-Lab | 82.3486 | 6.7368 | -26.3368 |
#bfcbfe color RGB value is (191,203,254).
#bfcbfe hex color red value is 191, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bfcbfe hue: 0.63 , saturation: 0.97 and the lightness value of bfcbfe is 0.87.
The process color (four color CMYK) of #bfcbfe color hex is 0.25, 0.20, 0.00, 0.00. Web safe color of #bfcbfe is #ccccff. Color #bfcbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001011 | 11111110 |
Octal | 277 | 313 | 376 |
Decimal | 191 | 203 | 254 |
Hex | BF | CB | FE |
Shades of #bfcbfe
Tints of #bfcbfe
RGB Percentages of Color #bfcbfe
CMYK Percentages of Color #bfcbfe
Complementary Color
#bfcbfe | #fef2bf |
#bfcbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfcbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfcbfe Color CSS Codes
.mybgcolor {background-color:#bfcbfe; } .myforecolor {color:#bfcbfe; } .mybordercolor {border:3px solid #bfcbfe; }
#bfcbfe Text Font Color
<p style="color:#bfcbfe">Text here</p>
This sample text font color is #bfcbfe
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.
#bfcbfe Background Color
<div style="background-color:#bfcbfe">
Div content here</div>
This div background color is #bfcbfe
#bfcbfe Border Color
<div style="border:3px solid #bfcbfe">
Div here</div>
This div border color is #bfcbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,203,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfcbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfcbfe; -webkit-box-shadow: 1px 1px 3px 2px #bfcbfe; box-shadow: 1px 1px 3px 2px #bfcbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,203,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfcbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfcbfe; -webkit-box-shadow: 1px 1px 3px 2px #bfcbfe; box-shadow: 1px 1px 3px 2px #bfcbfe;">
Div content here</div>
This div box has shadow with color #bfcbfe
Comments
No comments written yet.
Please login to write comment.