Color spaces of #b6fcbb
RGB | 182 | 252 | 187 |
---|---|---|---|
HSL | 0.35 | 0.92 | 0.85 |
HSV | 124° | 28° | 99° |
CMYK | 0.28 | 0.00 | 0.26 0.01 |
XYZ | 63.0714 | 83.1537 | 59.7398 |
Yxy | 83.1537 | 0.3062 | 0.4037 |
Hunter Lab | 91.1887 | -36.1191 | 24.9898 |
CIE-Lab | 93.0817 | -34.0644 | 24.3408 |
#b6fcbb color RGB value is (182,252,187).
#b6fcbb hex color red value is 182, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b6fcbb hue: 0.35 , saturation: 0.92 and the lightness value of b6fcbb is 0.85.
The process color (four color CMYK) of #b6fcbb color hex is 0.28, 0.00, 0.26, 0.01. Web safe color of #b6fcbb is #ccffcc. Color #b6fcbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11111100 | 10111011 |
Octal | 266 | 374 | 273 |
Decimal | 182 | 252 | 187 |
Hex | B6 | FC | BB |
Shades of #b6fcbb
Tints of #b6fcbb
RGB Percentages of Color #b6fcbb
CMYK Percentages of Color #b6fcbb
Complementary Color
#b6fcbb | #fcb6f7 |
#b6fcbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6fcbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6fcbb Color CSS Codes
.mybgcolor {background-color:#b6fcbb; } .myforecolor {color:#b6fcbb; } .mybordercolor {border:3px solid #b6fcbb; }
#b6fcbb Text Font Color
<p style="color:#b6fcbb">Text here</p>
This sample text font color is #b6fcbb
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.
#b6fcbb Background Color
<div style="background-color:#b6fcbb">
Div content here</div>
This div background color is #b6fcbb
#b6fcbb Border Color
<div style="border:3px solid #b6fcbb">
Div here</div>
This div border color is #b6fcbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,252,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6fcbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6fcbb; -webkit-box-shadow: 1px 1px 3px 2px #b6fcbb; box-shadow: 1px 1px 3px 2px #b6fcbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,252,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6fcbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6fcbb; -webkit-box-shadow: 1px 1px 3px 2px #b6fcbb; box-shadow: 1px 1px 3px 2px #b6fcbb;">
Div content here</div>
This div box has shadow with color #b6fcbb
Comments
No comments written yet.
Please login to write comment.