Color spaces of #b6fecf
RGB | 182 | 254 | 207 |
---|---|---|---|
HSL | 0.39 | 0.97 | 0.85 |
HSV | 141° | 28° | 100° |
CMYK | 0.28 | 0.00 | 0.19 0.00 |
XYZ | 65.9957 | 85.3337 | 72.0242 |
Yxy | 85.3337 | 0.2955 | 0.3821 |
Hunter Lab | 92.3762 | -34.1339 | 18.4360 |
CIE-Lab | 94.0267 | -31.4992 | 15.4392 |
#b6fecf color RGB value is (182,254,207).
#b6fecf hex color red value is 182, green value is 254 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b6fecf hue: 0.39 , saturation: 0.97 and the lightness value of b6fecf is 0.85.
The process color (four color CMYK) of #b6fecf color hex is 0.28, 0.00, 0.19, 0.00. Web safe color of #b6fecf is #ccffcc. Color #b6fecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11111110 | 11001111 |
Octal | 266 | 376 | 317 |
Decimal | 182 | 254 | 207 |
Hex | B6 | FE | CF |
Shades of #b6fecf
Tints of #b6fecf
RGB Percentages of Color #b6fecf
CMYK Percentages of Color #b6fecf
Complementary Color
#b6fecf | #feb6e5 |
#b6fecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6fecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6fecf Color CSS Codes
.mybgcolor {background-color:#b6fecf; } .myforecolor {color:#b6fecf; } .mybordercolor {border:3px solid #b6fecf; }
#b6fecf Text Font Color
<p style="color:#b6fecf">Text here</p>
This sample text font color is #b6fecf
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.
#b6fecf Background Color
<div style="background-color:#b6fecf">
Div content here</div>
This div background color is #b6fecf
#b6fecf Border Color
<div style="border:3px solid #b6fecf">
Div here</div>
This div border color is #b6fecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,254,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6fecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6fecf; -webkit-box-shadow: 1px 1px 3px 2px #b6fecf; box-shadow: 1px 1px 3px 2px #b6fecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,254,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6fecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6fecf; -webkit-box-shadow: 1px 1px 3px 2px #b6fecf; box-shadow: 1px 1px 3px 2px #b6fecf;">
Div content here</div>
This div box has shadow with color #b6fecf
Comments
No comments written yet.
Please login to write comment.