Color spaces of #b6feaf
RGB | 182 | 254 | 175 |
---|---|---|---|
HSL | 0.32 | 0.98 | 0.84 |
HSV | 115° | 31° | 100° |
CMYK | 0.28 | 0.00 | 0.31 0.00 |
XYZ | 62.4711 | 83.9239 | 53.4638 |
Yxy | 83.9239 | 0.3126 | 0.4199 |
Hunter Lab | 91.6100 | -38.5939 | 29.5252 |
CIE-Lab | 93.4174 | -36.8996 | 30.8667 |
#b6feaf color RGB value is (182,254,175).
#b6feaf hex color red value is 182, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b6feaf hue: 0.32 , saturation: 0.98 and the lightness value of b6feaf is 0.84.
The process color (four color CMYK) of #b6feaf color hex is 0.28, 0.00, 0.31, 0.00. Web safe color of #b6feaf is #ccff99. Color #b6feaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11111110 | 10101111 |
Octal | 266 | 376 | 257 |
Decimal | 182 | 254 | 175 |
Hex | B6 | FE | AF |
Shades of #b6feaf
Tints of #b6feaf
RGB Percentages of Color #b6feaf
CMYK Percentages of Color #b6feaf
Complementary Color
#b6feaf | #f7affe |
#b6feaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6feaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6feaf Color CSS Codes
.mybgcolor {background-color:#b6feaf; } .myforecolor {color:#b6feaf; } .mybordercolor {border:3px solid #b6feaf; }
#b6feaf Text Font Color
<p style="color:#b6feaf">Text here</p>
This sample text font color is #b6feaf
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.
#b6feaf Background Color
<div style="background-color:#b6feaf">
Div content here</div>
This div background color is #b6feaf
#b6feaf Border Color
<div style="border:3px solid #b6feaf">
Div here</div>
This div border color is #b6feaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,254,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6feaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6feaf; -webkit-box-shadow: 1px 1px 3px 2px #b6feaf; box-shadow: 1px 1px 3px 2px #b6feaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,254,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6feaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6feaf; -webkit-box-shadow: 1px 1px 3px 2px #b6feaf; box-shadow: 1px 1px 3px 2px #b6feaf;">
Div content here</div>
This div box has shadow with color #b6feaf
Comments
No comments written yet.
Please login to write comment.