Color spaces of #b9ecfb
RGB | 185 | 236 | 251 |
---|---|---|---|
HSL | 0.54 | 0.89 | 0.85 |
HSV | 194° | 26° | 98° |
CMYK | 0.26 | 0.06 | 0.00 0.02 |
XYZ | 67.4156 | 77.2702 | 102.6283 |
Yxy | 77.2702 | 0.2726 | 0.3124 |
Hunter Lab | 87.9035 | -16.9345 | -7.6893 |
CIE-Lab | 90.4458 | -12.9115 | -12.5673 |
#b9ecfb color RGB value is (185,236,251).
#b9ecfb hex color red value is 185, green value is 236 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b9ecfb hue: 0.54 , saturation: 0.89 and the lightness value of b9ecfb is 0.85.
The process color (four color CMYK) of #b9ecfb color hex is 0.26, 0.06, 0.00, 0.02. Web safe color of #b9ecfb is #ccffff. Color #b9ecfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 11101100 | 11111011 |
Octal | 271 | 354 | 373 |
Decimal | 185 | 236 | 251 |
Hex | B9 | EC | FB |
Shades of #b9ecfb
Tints of #b9ecfb
RGB Percentages of Color #b9ecfb
CMYK Percentages of Color #b9ecfb
Complementary Color
#b9ecfb | #fbc8b9 |
#b9ecfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9ecfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9ecfb Color CSS Codes
.mybgcolor {background-color:#b9ecfb; } .myforecolor {color:#b9ecfb; } .mybordercolor {border:3px solid #b9ecfb; }
#b9ecfb Text Font Color
<p style="color:#b9ecfb">Text here</p>
This sample text font color is #b9ecfb
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.
#b9ecfb Background Color
<div style="background-color:#b9ecfb">
Div content here</div>
This div background color is #b9ecfb
#b9ecfb Border Color
<div style="border:3px solid #b9ecfb">
Div here</div>
This div border color is #b9ecfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,236,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9ecfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9ecfb; -webkit-box-shadow: 1px 1px 3px 2px #b9ecfb; box-shadow: 1px 1px 3px 2px #b9ecfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,236,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9ecfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9ecfb; -webkit-box-shadow: 1px 1px 3px 2px #b9ecfb; box-shadow: 1px 1px 3px 2px #b9ecfb;">
Div content here</div>
This div box has shadow with color #b9ecfb
Comments
No comments written yet.
Please login to write comment.