Color spaces of #b6ecba
RGB | 182 | 236 | 186 |
---|---|---|---|
HSL | 0.35 | 0.59 | 0.82 |
HSV | 124° | 23° | 93° |
CMYK | 0.23 | 0.00 | 0.21 0.07 |
XYZ | 58.1498 | 73.4812 | 57.5728 |
Yxy | 73.4812 | 0.3073 | 0.3884 |
Hunter Lab | 85.7212 | -28.9248 | 20.1840 |
CIE-Lab | 88.6767 | -26.7296 | 18.7501 |
#b6ecba color RGB value is (182,236,186).
#b6ecba hex color red value is 182, green value is 236 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b6ecba hue: 0.35 , saturation: 0.59 and the lightness value of b6ecba is 0.82.
The process color (four color CMYK) of #b6ecba color hex is 0.23, 0.00, 0.21, 0.07. Web safe color of #b6ecba is #ccffcc. Color #b6ecba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11101100 | 10111010 |
Octal | 266 | 354 | 272 |
Decimal | 182 | 236 | 186 |
Hex | B6 | EC | BA |
Shades of #b6ecba
Tints of #b6ecba
RGB Percentages of Color #b6ecba
CMYK Percentages of Color #b6ecba
Complementary Color
#b6ecba | #ecb6e8 |
#b6ecba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6ecba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6ecba Color CSS Codes
.mybgcolor {background-color:#b6ecba; } .myforecolor {color:#b6ecba; } .mybordercolor {border:3px solid #b6ecba; }
#b6ecba Text Font Color
<p style="color:#b6ecba">Text here</p>
This sample text font color is #b6ecba
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.
#b6ecba Background Color
<div style="background-color:#b6ecba">
Div content here</div>
This div background color is #b6ecba
#b6ecba Border Color
<div style="border:3px solid #b6ecba">
Div here</div>
This div border color is #b6ecba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,236,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6ecba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6ecba; -webkit-box-shadow: 1px 1px 3px 2px #b6ecba; box-shadow: 1px 1px 3px 2px #b6ecba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,236,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6ecba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6ecba; -webkit-box-shadow: 1px 1px 3px 2px #b6ecba; box-shadow: 1px 1px 3px 2px #b6ecba;">
Div content here</div>
This div box has shadow with color #b6ecba
Comments
No comments written yet.
Please login to write comment.