Color spaces of #b6ffba
RGB | 182 | 255 | 186 |
---|---|---|---|
HSL | 0.34 | 1.00 | 0.86 |
HSV | 123° | 29° | 100° |
CMYK | 0.29 | 0.00 | 0.27 0.00 |
XYZ | 63.9143 | 85.0103 | 59.4944 |
Yxy | 85.0103 | 0.3067 | 0.4079 |
Hunter Lab | 92.2010 | -37.6145 | 26.2828 |
CIE-Lab | 93.8876 | -35.6037 | 25.9547 |
#b6ffba color RGB value is (182,255,186).
#b6ffba hex color red value is 182, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b6ffba hue: 0.34 , saturation: 1.00 and the lightness value of b6ffba is 0.86.
The process color (four color CMYK) of #b6ffba color hex is 0.29, 0.00, 0.27, 0.00. Web safe color of #b6ffba is #ccffcc. Color #b6ffba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11111111 | 10111010 |
Octal | 266 | 377 | 272 |
Decimal | 182 | 255 | 186 |
Hex | B6 | FF | BA |
Shades of #b6ffba
Tints of #b6ffba
RGB Percentages of Color #b6ffba
CMYK Percentages of Color #b6ffba
Complementary Color
#b6ffba | #ffb6fb |
#b6ffba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6ffba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6ffba Color CSS Codes
.mybgcolor {background-color:#b6ffba; } .myforecolor {color:#b6ffba; } .mybordercolor {border:3px solid #b6ffba; }
#b6ffba Text Font Color
<p style="color:#b6ffba">Text here</p>
This sample text font color is #b6ffba
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.
#b6ffba Background Color
<div style="background-color:#b6ffba">
Div content here</div>
This div background color is #b6ffba
#b6ffba Border Color
<div style="border:3px solid #b6ffba">
Div here</div>
This div border color is #b6ffba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,255,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6ffba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6ffba; -webkit-box-shadow: 1px 1px 3px 2px #b6ffba; box-shadow: 1px 1px 3px 2px #b6ffba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,255,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6ffba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6ffba; -webkit-box-shadow: 1px 1px 3px 2px #b6ffba; box-shadow: 1px 1px 3px 2px #b6ffba;">
Div content here</div>
This div box has shadow with color #b6ffba
Comments
No comments written yet.
Please login to write comment.