Color spaces of #b1f07b
RGB | 177 | 240 | 123 |
---|---|---|---|
HSL | 0.26 | 0.80 | 0.71 |
HSV | 92° | 49° | 94° |
CMYK | 0.26 | 0.00 | 0.49 0.06 |
XYZ | 52.8667 | 73.0973 | 30.0617 |
Yxy | 73.0973 | 0.3388 | 0.4685 |
Hunter Lab | 85.4970 | -39.2449 | 39.0008 |
CIE-Lab | 88.4941 | -39.2073 | 49.9312 |
#b1f07b color RGB value is (177,240,123).
#b1f07b hex color red value is 177, green value is 240 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #b1f07b hue: 0.26 , saturation: 0.80 and the lightness value of b1f07b is 0.71.
The process color (four color CMYK) of #b1f07b color hex is 0.26, 0.00, 0.49, 0.06. Web safe color of #b1f07b is #99ff66. Color #b1f07b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11110000 | 01111011 |
Octal | 261 | 360 | 173 |
Decimal | 177 | 240 | 123 |
Hex | B1 | F0 | 7B |
Shades of #b1f07b
Tints of #b1f07b
RGB Percentages of Color #b1f07b
CMYK Percentages of Color #b1f07b
Complementary Color
#b1f07b | #ba7bf0 |
#b1f07b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1f07b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1f07b Color CSS Codes
.mybgcolor {background-color:#b1f07b; } .myforecolor {color:#b1f07b; } .mybordercolor {border:3px solid #b1f07b; }
#b1f07b Text Font Color
<p style="color:#b1f07b">Text here</p>
This sample text font color is #b1f07b
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.
#b1f07b Background Color
<div style="background-color:#b1f07b">
Div content here</div>
This div background color is #b1f07b
#b1f07b Border Color
<div style="border:3px solid #b1f07b">
Div here</div>
This div border color is #b1f07b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,240,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1f07b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1f07b; -webkit-box-shadow: 1px 1px 3px 2px #b1f07b; box-shadow: 1px 1px 3px 2px #b1f07b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,240,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1f07b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1f07b; -webkit-box-shadow: 1px 1px 3px 2px #b1f07b; box-shadow: 1px 1px 3px 2px #b1f07b;">
Div content here</div>
This div box has shadow with color #b1f07b
Comments
No comments written yet.
Please login to write comment.