Color spaces of #b6fbee
RGB | 182 | 251 | 238 |
---|---|---|---|
HSL | 0.47 | 0.90 | 0.85 |
HSV | 169° | 27° | 98° |
CMYK | 0.27 | 0.00 | 0.05 0.02 |
XYZ | 69.2212 | 85.1125 | 93.6689 |
Yxy | 85.1125 | 0.2791 | 0.3432 |
Hunter Lab | 92.2564 | -27.5179 | 4.3818 |
CIE-Lab | 93.9316 | -23.9904 | -0.6765 |
#b6fbee color RGB value is (182,251,238).
#b6fbee hex color red value is 182, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b6fbee hue: 0.47 , saturation: 0.90 and the lightness value of b6fbee is 0.85.
The process color (four color CMYK) of #b6fbee color hex is 0.27, 0.00, 0.05, 0.02. Web safe color of #b6fbee is #ccffff. Color #b6fbee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11111011 | 11101110 |
Octal | 266 | 373 | 356 |
Decimal | 182 | 251 | 238 |
Hex | B6 | FB | EE |
Shades of #b6fbee
Tints of #b6fbee
RGB Percentages of Color #b6fbee
CMYK Percentages of Color #b6fbee
Complementary Color
#b6fbee | #fbb6c3 |
#b6fbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6fbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6fbee Color CSS Codes
.mybgcolor {background-color:#b6fbee; } .myforecolor {color:#b6fbee; } .mybordercolor {border:3px solid #b6fbee; }
#b6fbee Text Font Color
<p style="color:#b6fbee">Text here</p>
This sample text font color is #b6fbee
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.
#b6fbee Background Color
<div style="background-color:#b6fbee">
Div content here</div>
This div background color is #b6fbee
#b6fbee Border Color
<div style="border:3px solid #b6fbee">
Div here</div>
This div border color is #b6fbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,251,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6fbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6fbee; -webkit-box-shadow: 1px 1px 3px 2px #b6fbee; box-shadow: 1px 1px 3px 2px #b6fbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,251,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6fbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6fbee; -webkit-box-shadow: 1px 1px 3px 2px #b6fbee; box-shadow: 1px 1px 3px 2px #b6fbee;">
Div content here</div>
This div box has shadow with color #b6fbee
Comments
No comments written yet.
Please login to write comment.