Color spaces of #b5efba
RGB | 181 | 239 | 186 |
---|---|---|---|
HSL | 0.35 | 0.64 | 0.82 |
HSV | 125° | 24° | 94° |
CMYK | 0.24 | 0.00 | 0.22 0.06 |
XYZ | 58.7855 | 75.1019 | 57.8522 |
Yxy | 75.1019 | 0.3066 | 0.3917 |
Hunter Lab | 86.6614 | -30.5744 | 21.0829 |
CIE-Lab | 89.4407 | -28.4815 | 19.8062 |
#b5efba color RGB value is (181,239,186).
#b5efba hex color red value is 181, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b5efba hue: 0.35 , saturation: 0.64 and the lightness value of b5efba is 0.82.
The process color (four color CMYK) of #b5efba color hex is 0.24, 0.00, 0.22, 0.06. Web safe color of #b5efba is #ccffcc. Color #b5efba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11101111 | 10111010 |
Octal | 265 | 357 | 272 |
Decimal | 181 | 239 | 186 |
Hex | B5 | EF | BA |
Shades of #b5efba
Tints of #b5efba
RGB Percentages of Color #b5efba
CMYK Percentages of Color #b5efba
Complementary Color
#b5efba | #efb5ea |
#b5efba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5efba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5efba Color CSS Codes
.mybgcolor {background-color:#b5efba; } .myforecolor {color:#b5efba; } .mybordercolor {border:3px solid #b5efba; }
#b5efba Text Font Color
<p style="color:#b5efba">Text here</p>
This sample text font color is #b5efba
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.
#b5efba Background Color
<div style="background-color:#b5efba">
Div content here</div>
This div background color is #b5efba
#b5efba Border Color
<div style="border:3px solid #b5efba">
Div here</div>
This div border color is #b5efba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,239,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5efba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5efba; -webkit-box-shadow: 1px 1px 3px 2px #b5efba; box-shadow: 1px 1px 3px 2px #b5efba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,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 #b5efba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5efba; -webkit-box-shadow: 1px 1px 3px 2px #b5efba; box-shadow: 1px 1px 3px 2px #b5efba;">
Div content here</div>
This div box has shadow with color #b5efba
Comments
No comments written yet.
Please login to write comment.