Color spaces of #b1eebe
RGB | 177 | 238 | 190 |
---|---|---|---|
HSL | 0.37 | 0.64 | 0.81 |
HSV | 133° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.20 0.07 |
XYZ | 58.0003 | 74.2139 | 59.9830 |
Yxy | 74.2139 | 0.3018 | 0.3861 |
Hunter Lab | 86.1475 | -30.5799 | 19.0206 |
CIE-Lab | 89.0235 | -28.5884 | 17.1220 |
#b1eebe color RGB value is (177,238,190).
#b1eebe hex color red value is 177, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1eebe hue: 0.37 , saturation: 0.64 and the lightness value of b1eebe is 0.81.
The process color (four color CMYK) of #b1eebe color hex is 0.26, 0.00, 0.20, 0.07. Web safe color of #b1eebe is #99ffcc. Color #b1eebe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11101110 | 10111110 |
Octal | 261 | 356 | 276 |
Decimal | 177 | 238 | 190 |
Hex | B1 | EE | BE |
Shades of #b1eebe
Tints of #b1eebe
RGB Percentages of Color #b1eebe
CMYK Percentages of Color #b1eebe
Complementary Color
#b1eebe | #eeb1e1 |
#b1eebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1eebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1eebe Color CSS Codes
.mybgcolor {background-color:#b1eebe; } .myforecolor {color:#b1eebe; } .mybordercolor {border:3px solid #b1eebe; }
#b1eebe Text Font Color
<p style="color:#b1eebe">Text here</p>
This sample text font color is #b1eebe
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.
#b1eebe Background Color
<div style="background-color:#b1eebe">
Div content here</div>
This div background color is #b1eebe
#b1eebe Border Color
<div style="border:3px solid #b1eebe">
Div here</div>
This div border color is #b1eebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,238,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1eebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1eebe; -webkit-box-shadow: 1px 1px 3px 2px #b1eebe; box-shadow: 1px 1px 3px 2px #b1eebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,238,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1eebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1eebe; -webkit-box-shadow: 1px 1px 3px 2px #b1eebe; box-shadow: 1px 1px 3px 2px #b1eebe;">
Div content here</div>
This div box has shadow with color #b1eebe
Comments
No comments written yet.
Please login to write comment.