Color spaces of #8cfe7d
RGB | 140 | 254 | 125 |
---|---|---|---|
HSL | 0.31 | 0.98 | 0.74 |
HSV | 113° | 51° | 100° |
CMYK | 0.45 | 0.00 | 0.51 0.00 |
XYZ | 49.9587 | 77.9397 | 31.8128 |
Yxy | 77.9397 | 0.3128 | 0.4880 |
Hunter Lab | 88.2835 | -53.4848 | 40.4334 |
CIE-Lab | 90.7524 | -56.6234 | 51.3437 |
#8cfe7d color RGB value is (140,254,125).
#8cfe7d hex color red value is 140, green value is 254 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #8cfe7d hue: 0.31 , saturation: 0.98 and the lightness value of 8cfe7d is 0.74.
The process color (four color CMYK) of #8cfe7d color hex is 0.45, 0.00, 0.51, 0.00. Web safe color of #8cfe7d is #99ff66. Color #8cfe7d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11111110 | 01111101 |
Octal | 214 | 376 | 175 |
Decimal | 140 | 254 | 125 |
Hex | 8C | FE | 7D |
Shades of #8cfe7d
Tints of #8cfe7d
RGB Percentages of Color #8cfe7d
CMYK Percentages of Color #8cfe7d
Complementary Color
#8cfe7d | #ef7dfe |
#8cfe7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cfe7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cfe7d Color CSS Codes
.mybgcolor {background-color:#8cfe7d; } .myforecolor {color:#8cfe7d; } .mybordercolor {border:3px solid #8cfe7d; }
#8cfe7d Text Font Color
<p style="color:#8cfe7d">Text here</p>
This sample text font color is #8cfe7d
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.
#8cfe7d Background Color
<div style="background-color:#8cfe7d">
Div content here</div>
This div background color is #8cfe7d
#8cfe7d Border Color
<div style="border:3px solid #8cfe7d">
Div here</div>
This div border color is #8cfe7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,254,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cfe7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cfe7d; -webkit-box-shadow: 1px 1px 3px 2px #8cfe7d; box-shadow: 1px 1px 3px 2px #8cfe7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,254,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 #8cfe7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cfe7d; -webkit-box-shadow: 1px 1px 3px 2px #8cfe7d; box-shadow: 1px 1px 3px 2px #8cfe7d;">
Div content here</div>
This div box has shadow with color #8cfe7d
Comments
No comments written yet.
Please login to write comment.