Color spaces of #8febac
RGB | 143 | 235 | 172 |
---|---|---|---|
HSL | 0.39 | 0.70 | 0.74 |
HSV | 139° | 39° | 92° |
CMYK | 0.39 | 0.00 | 0.27 0.08 |
XYZ | 48.4824 | 68.2349 | 49.6451 |
Yxy | 68.2349 | 0.2914 | 0.4102 |
Hunter Lab | 82.6044 | -39.7920 | 22.1899 |
CIE-Lab | 86.1238 | -40.6870 | 22.1412 |
#8febac color RGB value is (143,235,172).
#8febac hex color red value is 143, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8febac hue: 0.39 , saturation: 0.70 and the lightness value of 8febac is 0.74.
The process color (four color CMYK) of #8febac color hex is 0.39, 0.00, 0.27, 0.08. Web safe color of #8febac is #99ff99. Color #8febac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11101011 | 10101100 |
Octal | 217 | 353 | 254 |
Decimal | 143 | 235 | 172 |
Hex | 8F | EB | AC |
Shades of #8febac
Tints of #8febac
RGB Percentages of Color #8febac
CMYK Percentages of Color #8febac
Complementary Color
#8febac | #eb8fce |
#8febac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8febac Color Preview on White Background
Lorem ipsum dolor sit amet.
#8febac Color CSS Codes
.mybgcolor {background-color:#8febac; } .myforecolor {color:#8febac; } .mybordercolor {border:3px solid #8febac; }
#8febac Text Font Color
<p style="color:#8febac">Text here</p>
This sample text font color is #8febac
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.
#8febac Background Color
<div style="background-color:#8febac">
Div content here</div>
This div background color is #8febac
#8febac Border Color
<div style="border:3px solid #8febac">
Div here</div>
This div border color is #8febac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,235,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8febac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8febac; -webkit-box-shadow: 1px 1px 3px 2px #8febac; box-shadow: 1px 1px 3px 2px #8febac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,235,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8febac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8febac; -webkit-box-shadow: 1px 1px 3px 2px #8febac; box-shadow: 1px 1px 3px 2px #8febac;">
Div content here</div>
This div box has shadow with color #8febac
Comments
No comments written yet.
Please login to write comment.