Color spaces of #bbfaec
RGB | 187 | 250 | 236 |
---|---|---|---|
HSL | 0.46 | 0.86 | 0.86 |
HSV | 167° | 25° | 98° |
CMYK | 0.25 | 0.00 | 0.06 0.02 |
XYZ | 69.8194 | 84.9921 | 92.0821 |
Yxy | 84.9921 | 0.2828 | 0.3442 |
Hunter Lab | 92.1912 | -26.1506 | 5.3140 |
CIE-Lab | 93.8797 | -22.4747 | 0.3143 |
#bbfaec color RGB value is (187,250,236).
#bbfaec hex color red value is 187, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bbfaec hue: 0.46 , saturation: 0.86 and the lightness value of bbfaec is 0.86.
The process color (four color CMYK) of #bbfaec color hex is 0.25, 0.00, 0.06, 0.02. Web safe color of #bbfaec is #ccffff. Color #bbfaec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111010 | 11101100 |
Octal | 273 | 372 | 354 |
Decimal | 187 | 250 | 236 |
Hex | BB | FA | EC |
Shades of #bbfaec
Tints of #bbfaec
RGB Percentages of Color #bbfaec
CMYK Percentages of Color #bbfaec
Complementary Color
#bbfaec | #fabbc9 |
#bbfaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbfaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbfaec Color CSS Codes
.mybgcolor {background-color:#bbfaec; } .myforecolor {color:#bbfaec; } .mybordercolor {border:3px solid #bbfaec; }
#bbfaec Text Font Color
<p style="color:#bbfaec">Text here</p>
This sample text font color is #bbfaec
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.
#bbfaec Background Color
<div style="background-color:#bbfaec">
Div content here</div>
This div background color is #bbfaec
#bbfaec Border Color
<div style="border:3px solid #bbfaec">
Div here</div>
This div border color is #bbfaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,250,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbfaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbfaec; -webkit-box-shadow: 1px 1px 3px 2px #bbfaec; box-shadow: 1px 1px 3px 2px #bbfaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,250,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbfaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbfaec; -webkit-box-shadow: 1px 1px 3px 2px #bbfaec; box-shadow: 1px 1px 3px 2px #bbfaec;">
Div content here</div>
This div box has shadow with color #bbfaec
Comments
No comments written yet.
Please login to write comment.