Color spaces of #b1ebea
RGB | 177 | 235 | 234 |
---|---|---|---|
HSL | 0.50 | 0.59 | 0.81 |
HSV | 179° | 25° | 92° |
CMYK | 0.25 | 0.00 | 0.00 0.08 |
XYZ | 62.6911 | 74.7043 | 88.9571 |
Yxy | 74.7043 | 0.2770 | 0.3300 |
Hunter Lab | 86.4316 | -21.7847 | -0.5202 |
CIE-Lab | 89.2543 | -18.4453 | -5.4963 |
#b1ebea color RGB value is (177,235,234).
#b1ebea hex color red value is 177, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b1ebea hue: 0.50 , saturation: 0.59 and the lightness value of b1ebea is 0.81.
The process color (four color CMYK) of #b1ebea color hex is 0.25, 0.00, 0.00, 0.08. Web safe color of #b1ebea is #99ffff. Color #b1ebea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11101011 | 11101010 |
Octal | 261 | 353 | 352 |
Decimal | 177 | 235 | 234 |
Hex | B1 | EB | EA |
Shades of #b1ebea
Tints of #b1ebea
RGB Percentages of Color #b1ebea
CMYK Percentages of Color #b1ebea
Complementary Color
#b1ebea | #ebb1b2 |
#b1ebea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1ebea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1ebea Color CSS Codes
.mybgcolor {background-color:#b1ebea; } .myforecolor {color:#b1ebea; } .mybordercolor {border:3px solid #b1ebea; }
#b1ebea Text Font Color
<p style="color:#b1ebea">Text here</p>
This sample text font color is #b1ebea
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.
#b1ebea Background Color
<div style="background-color:#b1ebea">
Div content here</div>
This div background color is #b1ebea
#b1ebea Border Color
<div style="border:3px solid #b1ebea">
Div here</div>
This div border color is #b1ebea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,235,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1ebea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1ebea; -webkit-box-shadow: 1px 1px 3px 2px #b1ebea; box-shadow: 1px 1px 3px 2px #b1ebea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,235,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1ebea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1ebea; -webkit-box-shadow: 1px 1px 3px 2px #b1ebea; box-shadow: 1px 1px 3px 2px #b1ebea;">
Div content here</div>
This div box has shadow with color #b1ebea
Comments
No comments written yet.
Please login to write comment.