Color spaces of #b6fefe
RGB | 182 | 254 | 254 |
---|---|---|---|
HSL | 0.50 | 0.97 | 0.85 |
HSV | 180° | 28° | 100° |
CMYK | 0.28 | 0.00 | 0.00 0.00 |
XYZ | 72.6226 | 87.9845 | 106.9210 |
Yxy | 87.9845 | 0.2715 | 0.3289 |
Hunter Lab | 93.8001 | -25.9504 | -1.9236 |
CIE-Lab | 95.1544 | -22.0104 | -7.1459 |
#b6fefe color RGB value is (182,254,254).
#b6fefe hex color red value is 182, green value is 254 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b6fefe hue: 0.50 , saturation: 0.97 and the lightness value of b6fefe is 0.85.
The process color (four color CMYK) of #b6fefe color hex is 0.28, 0.00, 0.00, 0.00. Web safe color of #b6fefe is #ccffff. Color #b6fefe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11111110 | 11111110 |
Octal | 266 | 376 | 376 |
Decimal | 182 | 254 | 254 |
Hex | B6 | FE | FE |
Shades of #b6fefe
Tints of #b6fefe
RGB Percentages of Color #b6fefe
CMYK Percentages of Color #b6fefe
Complementary Color
#b6fefe | #feb6b6 |
#b6fefe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6fefe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6fefe Color CSS Codes
.mybgcolor {background-color:#b6fefe; } .myforecolor {color:#b6fefe; } .mybordercolor {border:3px solid #b6fefe; }
#b6fefe Text Font Color
<p style="color:#b6fefe">Text here</p>
This sample text font color is #b6fefe
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.
#b6fefe Background Color
<div style="background-color:#b6fefe">
Div content here</div>
This div background color is #b6fefe
#b6fefe Border Color
<div style="border:3px solid #b6fefe">
Div here</div>
This div border color is #b6fefe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,254,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6fefe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6fefe; -webkit-box-shadow: 1px 1px 3px 2px #b6fefe; box-shadow: 1px 1px 3px 2px #b6fefe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,254,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 #b6fefe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6fefe; -webkit-box-shadow: 1px 1px 3px 2px #b6fefe; box-shadow: 1px 1px 3px 2px #b6fefe;">
Div content here</div>
This div box has shadow with color #b6fefe
Related Colors
#b6fefe Color Palettes
Comments
No comments written yet.
Please login to write comment.