Color spaces of #8fead7
RGB | 143 | 234 | 215 |
---|---|---|---|
HSL | 0.47 | 0.68 | 0.74 |
HSV | 167° | 39° | 92° |
CMYK | 0.39 | 0.00 | 0.08 0.08 |
XYZ | 53.0163 | 69.5916 | 74.9282 |
Yxy | 69.5916 | 0.2684 | 0.3523 |
Hunter Lab | 83.4216 | -32.5470 | 5.1416 |
CIE-Lab | 86.7962 | -31.5012 | 0.6615 |
#8fead7 color RGB value is (143,234,215).
#8fead7 hex color red value is 143, green value is 234 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #8fead7 hue: 0.47 , saturation: 0.68 and the lightness value of 8fead7 is 0.74.
The process color (four color CMYK) of #8fead7 color hex is 0.39, 0.00, 0.08, 0.08. Web safe color of #8fead7 is #99ffcc. Color #8fead7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11101010 | 11010111 |
Octal | 217 | 352 | 327 |
Decimal | 143 | 234 | 215 |
Hex | 8F | EA | D7 |
Shades of #8fead7
Tints of #8fead7
RGB Percentages of Color #8fead7
CMYK Percentages of Color #8fead7
Complementary Color
#8fead7 | #ea8fa2 |
#8fead7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fead7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fead7 Color CSS Codes
.mybgcolor {background-color:#8fead7; } .myforecolor {color:#8fead7; } .mybordercolor {border:3px solid #8fead7; }
#8fead7 Text Font Color
<p style="color:#8fead7">Text here</p>
This sample text font color is #8fead7
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.
#8fead7 Background Color
<div style="background-color:#8fead7">
Div content here</div>
This div background color is #8fead7
#8fead7 Border Color
<div style="border:3px solid #8fead7">
Div here</div>
This div border color is #8fead7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,234,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fead7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fead7; -webkit-box-shadow: 1px 1px 3px 2px #8fead7; box-shadow: 1px 1px 3px 2px #8fead7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,234,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fead7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fead7; -webkit-box-shadow: 1px 1px 3px 2px #8fead7; box-shadow: 1px 1px 3px 2px #8fead7;">
Div content here</div>
This div box has shadow with color #8fead7
Comments
No comments written yet.
Please login to write comment.