Color spaces of #b1ecfe
RGB | 177 | 236 | 254 |
---|---|---|---|
HSL | 0.54 | 0.97 | 0.85 |
HSV | 194° | 30° | 100° |
CMYK | 0.30 | 0.07 | 0.00 0.00 |
XYZ | 66.0163 | 76.4938 | 105.0513 |
Yxy | 76.4938 | 0.2667 | 0.3090 |
Hunter Lab | 87.4607 | -18.3226 | -9.9922 |
CIE-Lab | 90.0881 | -14.4764 | -14.7153 |
#b1ecfe color RGB value is (177,236,254).
#b1ecfe hex color red value is 177, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b1ecfe hue: 0.54 , saturation: 0.97 and the lightness value of b1ecfe is 0.85.
The process color (four color CMYK) of #b1ecfe color hex is 0.30, 0.07, 0.00, 0.00. Web safe color of #b1ecfe is #99ffff. Color #b1ecfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11101100 | 11111110 |
Octal | 261 | 354 | 376 |
Decimal | 177 | 236 | 254 |
Hex | B1 | EC | FE |
Shades of #b1ecfe
Tints of #b1ecfe
RGB Percentages of Color #b1ecfe
CMYK Percentages of Color #b1ecfe
Complementary Color
#b1ecfe | #fec3b1 |
#b1ecfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1ecfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1ecfe Color CSS Codes
.mybgcolor {background-color:#b1ecfe; } .myforecolor {color:#b1ecfe; } .mybordercolor {border:3px solid #b1ecfe; }
#b1ecfe Text Font Color
<p style="color:#b1ecfe">Text here</p>
This sample text font color is #b1ecfe
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.
#b1ecfe Background Color
<div style="background-color:#b1ecfe">
Div content here</div>
This div background color is #b1ecfe
#b1ecfe Border Color
<div style="border:3px solid #b1ecfe">
Div here</div>
This div border color is #b1ecfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,236,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1ecfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1ecfe; -webkit-box-shadow: 1px 1px 3px 2px #b1ecfe; box-shadow: 1px 1px 3px 2px #b1ecfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,236,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 #b1ecfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1ecfe; -webkit-box-shadow: 1px 1px 3px 2px #b1ecfe; box-shadow: 1px 1px 3px 2px #b1ecfe;">
Div content here</div>
This div box has shadow with color #b1ecfe
Comments
No comments written yet.
Please login to write comment.