Color spaces of #b2efba
RGB | 178 | 239 | 186 |
---|---|---|---|
HSL | 0.36 | 0.66 | 0.82 |
HSV | 128° | 26° | 94° |
CMYK | 0.26 | 0.00 | 0.22 0.06 |
XYZ | 58.0895 | 74.7432 | 57.8196 |
Yxy | 74.7432 | 0.3047 | 0.3920 |
Hunter Lab | 86.4541 | -31.3586 | 20.8654 |
CIE-Lab | 89.2726 | -29.4447 | 19.5467 |
#b2efba color RGB value is (178,239,186).
#b2efba hex color red value is 178, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b2efba hue: 0.36 , saturation: 0.66 and the lightness value of b2efba is 0.82.
The process color (four color CMYK) of #b2efba color hex is 0.26, 0.00, 0.22, 0.06. Web safe color of #b2efba is #99ffcc. Color #b2efba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11101111 | 10111010 |
Octal | 262 | 357 | 272 |
Decimal | 178 | 239 | 186 |
Hex | B2 | EF | BA |
Shades of #b2efba
Tints of #b2efba
RGB Percentages of Color #b2efba
CMYK Percentages of Color #b2efba
Complementary Color
#b2efba | #efb2e7 |
#b2efba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2efba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2efba Color CSS Codes
.mybgcolor {background-color:#b2efba; } .myforecolor {color:#b2efba; } .mybordercolor {border:3px solid #b2efba; }
#b2efba Text Font Color
<p style="color:#b2efba">Text here</p>
This sample text font color is #b2efba
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.
#b2efba Background Color
<div style="background-color:#b2efba">
Div content here</div>
This div background color is #b2efba
#b2efba Border Color
<div style="border:3px solid #b2efba">
Div here</div>
This div border color is #b2efba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,239,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2efba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2efba; -webkit-box-shadow: 1px 1px 3px 2px #b2efba; box-shadow: 1px 1px 3px 2px #b2efba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,239,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 #b2efba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2efba; -webkit-box-shadow: 1px 1px 3px 2px #b2efba; box-shadow: 1px 1px 3px 2px #b2efba;">
Div content here</div>
This div box has shadow with color #b2efba
Comments
No comments written yet.
Please login to write comment.