Color spaces of #8dfdaa
RGB | 141 | 253 | 170 |
---|---|---|---|
HSL | 0.38 | 0.97 | 0.77 |
HSV | 136° | 44° | 99° |
CMYK | 0.44 | 0.00 | 0.33 0.01 |
XYZ | 53.3655 | 78.8156 | 50.4305 |
Yxy | 78.8156 | 0.2922 | 0.4316 |
Hunter Lab | 88.7782 | -48.0635 | 28.4650 |
CIE-Lab | 91.1508 | -49.3694 | 30.0009 |
#8dfdaa color RGB value is (141,253,170).
#8dfdaa hex color red value is 141, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8dfdaa hue: 0.38 , saturation: 0.97 and the lightness value of 8dfdaa is 0.77.
The process color (four color CMYK) of #8dfdaa color hex is 0.44, 0.00, 0.33, 0.01. Web safe color of #8dfdaa is #99ff99. Color #8dfdaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 11111101 | 10101010 |
Octal | 215 | 375 | 252 |
Decimal | 141 | 253 | 170 |
Hex | 8D | FD | AA |
Shades of #8dfdaa
Tints of #8dfdaa
RGB Percentages of Color #8dfdaa
CMYK Percentages of Color #8dfdaa
Complementary Color
#8dfdaa | #fd8de0 |
#8dfdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8dfdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#8dfdaa Color CSS Codes
.mybgcolor {background-color:#8dfdaa; } .myforecolor {color:#8dfdaa; } .mybordercolor {border:3px solid #8dfdaa; }
#8dfdaa Text Font Color
<p style="color:#8dfdaa">Text here</p>
This sample text font color is #8dfdaa
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.
#8dfdaa Background Color
<div style="background-color:#8dfdaa">
Div content here</div>
This div background color is #8dfdaa
#8dfdaa Border Color
<div style="border:3px solid #8dfdaa">
Div here</div>
This div border color is #8dfdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,253,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8dfdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8dfdaa; -webkit-box-shadow: 1px 1px 3px 2px #8dfdaa; box-shadow: 1px 1px 3px 2px #8dfdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,253,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8dfdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8dfdaa; -webkit-box-shadow: 1px 1px 3px 2px #8dfdaa; box-shadow: 1px 1px 3px 2px #8dfdaa;">
Div content here</div>
This div box has shadow with color #8dfdaa
Comments
No comments written yet.
Please login to write comment.