Color spaces of #b6ebff
RGB | 182 | 235 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.86 |
HSV | 196° | 29° | 100° |
CMYK | 0.29 | 0.08 | 0.00 0.00 |
XYZ | 67.0497 | 76.5817 | 105.8556 |
Yxy | 76.5817 | 0.2688 | 0.3070 |
Hunter Lab | 87.5110 | -16.3800 | -10.4611 |
CIE-Lab | 90.1287 | -12.3529 | -15.1484 |
#b6ebff color RGB value is (182,235,255).
#b6ebff hex color red value is 182, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b6ebff hue: 0.55 , saturation: 1.00 and the lightness value of b6ebff is 0.86.
The process color (four color CMYK) of #b6ebff color hex is 0.29, 0.08, 0.00, 0.00. Web safe color of #b6ebff is #ccffff. Color #b6ebff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11101011 | 11111111 |
Octal | 266 | 353 | 377 |
Decimal | 182 | 235 | 255 |
Hex | B6 | EB | FF |
Shades of #b6ebff
Tints of #b6ebff
RGB Percentages of Color #b6ebff
CMYK Percentages of Color #b6ebff
Complementary Color
#b6ebff | #ffcab6 |
#b6ebff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6ebff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6ebff Color CSS Codes
.mybgcolor {background-color:#b6ebff; } .myforecolor {color:#b6ebff; } .mybordercolor {border:3px solid #b6ebff; }
#b6ebff Text Font Color
<p style="color:#b6ebff">Text here</p>
This sample text font color is #b6ebff
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.
#b6ebff Background Color
<div style="background-color:#b6ebff">
Div content here</div>
This div background color is #b6ebff
#b6ebff Border Color
<div style="border:3px solid #b6ebff">
Div here</div>
This div border color is #b6ebff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,235,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6ebff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6ebff; -webkit-box-shadow: 1px 1px 3px 2px #b6ebff; box-shadow: 1px 1px 3px 2px #b6ebff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,235,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6ebff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6ebff; -webkit-box-shadow: 1px 1px 3px 2px #b6ebff; box-shadow: 1px 1px 3px 2px #b6ebff;">
Div content here</div>
This div box has shadow with color #b6ebff
#b6ebff Color Palettes
Comments
No comments written yet.
Please login to write comment.