Color spaces of #b1ef8e
RGB | 177 | 239 | 142 |
---|---|---|---|
HSL | 0.27 | 0.75 | 0.75 |
HSV | 98° | 41° | 94° |
CMYK | 0.26 | 0.00 | 0.41 0.06 |
XYZ | 53.8804 | 73.0331 | 36.8482 |
Yxy | 73.0331 | 0.3290 | 0.4460 |
Hunter Lab | 85.4594 | -37.0134 | 34.2571 |
CIE-Lab | 88.4635 | -36.4639 | 40.7354 |
#b1ef8e color RGB value is (177,239,142).
#b1ef8e hex color red value is 177, green value is 239 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b1ef8e hue: 0.27 , saturation: 0.75 and the lightness value of b1ef8e is 0.75.
The process color (four color CMYK) of #b1ef8e color hex is 0.26, 0.00, 0.41, 0.06. Web safe color of #b1ef8e is #99ff99. Color #b1ef8e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11101111 | 10001110 |
Octal | 261 | 357 | 216 |
Decimal | 177 | 239 | 142 |
Hex | B1 | EF | 8E |
Shades of #b1ef8e
Tints of #b1ef8e
RGB Percentages of Color #b1ef8e
CMYK Percentages of Color #b1ef8e
Complementary Color
#b1ef8e | #cc8eef |
#b1ef8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1ef8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1ef8e Color CSS Codes
.mybgcolor {background-color:#b1ef8e; } .myforecolor {color:#b1ef8e; } .mybordercolor {border:3px solid #b1ef8e; }
#b1ef8e Text Font Color
<p style="color:#b1ef8e">Text here</p>
This sample text font color is #b1ef8e
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.
#b1ef8e Background Color
<div style="background-color:#b1ef8e">
Div content here</div>
This div background color is #b1ef8e
#b1ef8e Border Color
<div style="border:3px solid #b1ef8e">
Div here</div>
This div border color is #b1ef8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,239,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1ef8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1ef8e; -webkit-box-shadow: 1px 1px 3px 2px #b1ef8e; box-shadow: 1px 1px 3px 2px #b1ef8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,239,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1ef8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1ef8e; -webkit-box-shadow: 1px 1px 3px 2px #b1ef8e; box-shadow: 1px 1px 3px 2px #b1ef8e;">
Div content here</div>
This div box has shadow with color #b1ef8e
Comments
No comments written yet.
Please login to write comment.