Color spaces of #8bfa7d
RGB | 139 | 250 | 125 |
---|---|---|---|
HSL | 0.31 | 0.93 | 0.74 |
HSV | 113° | 50° | 98° |
CMYK | 0.44 | 0.00 | 0.50 0.02 |
XYZ | 48.5347 | 75.3409 | 31.3862 |
Yxy | 75.3409 | 0.3126 | 0.4853 |
Hunter Lab | 86.7991 | -52.0882 | 39.3204 |
CIE-Lab | 89.5524 | -55.3221 | 49.8707 |
#8bfa7d color RGB value is (139,250,125).
#8bfa7d hex color red value is 139, green value is 250 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #8bfa7d hue: 0.31 , saturation: 0.93 and the lightness value of 8bfa7d is 0.74.
The process color (four color CMYK) of #8bfa7d color hex is 0.44, 0.00, 0.50, 0.02. Web safe color of #8bfa7d is #99ff66. Color #8bfa7d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11111010 | 01111101 |
Octal | 213 | 372 | 175 |
Decimal | 139 | 250 | 125 |
Hex | 8B | FA | 7D |
Shades of #8bfa7d
Tints of #8bfa7d
RGB Percentages of Color #8bfa7d
CMYK Percentages of Color #8bfa7d
Complementary Color
#8bfa7d | #ec7dfa |
#8bfa7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bfa7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bfa7d Color CSS Codes
.mybgcolor {background-color:#8bfa7d; } .myforecolor {color:#8bfa7d; } .mybordercolor {border:3px solid #8bfa7d; }
#8bfa7d Text Font Color
<p style="color:#8bfa7d">Text here</p>
This sample text font color is #8bfa7d
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.
#8bfa7d Background Color
<div style="background-color:#8bfa7d">
Div content here</div>
This div background color is #8bfa7d
#8bfa7d Border Color
<div style="border:3px solid #8bfa7d">
Div here</div>
This div border color is #8bfa7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,250,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bfa7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bfa7d; -webkit-box-shadow: 1px 1px 3px 2px #8bfa7d; box-shadow: 1px 1px 3px 2px #8bfa7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,250,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8bfa7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bfa7d; -webkit-box-shadow: 1px 1px 3px 2px #8bfa7d; box-shadow: 1px 1px 3px 2px #8bfa7d;">
Div content here</div>
This div box has shadow with color #8bfa7d
Related Colors
Comments
No comments written yet.
Please login to write comment.