Color spaces of #86ddaa
RGB | 134 | 221 | 170 |
---|---|---|---|
HSL | 0.40 | 0.56 | 0.70 |
HSV | 145° | 39° | 87° |
CMYK | 0.39 | 0.00 | 0.23 0.13 |
XYZ | 42.9437 | 59.6835 | 47.2869 |
Yxy | 59.6835 | 0.2865 | 0.3981 |
Hunter Lab | 77.2551 | -35.9738 | 17.7879 |
CIE-Lab | 81.6659 | -37.3042 | 16.9321 |
#86ddaa color RGB value is (134,221,170).
#86ddaa hex color red value is 134, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #86ddaa hue: 0.40 , saturation: 0.56 and the lightness value of 86ddaa is 0.70.
The process color (four color CMYK) of #86ddaa color hex is 0.39, 0.00, 0.23, 0.13. Web safe color of #86ddaa is #99cc99. Color #86ddaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 11011101 | 10101010 |
Octal | 206 | 335 | 252 |
Decimal | 134 | 221 | 170 |
Hex | 86 | DD | AA |
Shades of #86ddaa
Tints of #86ddaa
RGB Percentages of Color #86ddaa
CMYK Percentages of Color #86ddaa
Complementary Color
#86ddaa | #dd86b9 |
#86ddaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86ddaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#86ddaa Color CSS Codes
.mybgcolor {background-color:#86ddaa; } .myforecolor {color:#86ddaa; } .mybordercolor {border:3px solid #86ddaa; }
#86ddaa Text Font Color
<p style="color:#86ddaa">Text here</p>
This sample text font color is #86ddaa
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.
#86ddaa Background Color
<div style="background-color:#86ddaa">
Div content here</div>
This div background color is #86ddaa
#86ddaa Border Color
<div style="border:3px solid #86ddaa">
Div here</div>
This div border color is #86ddaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,221,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86ddaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86ddaa; -webkit-box-shadow: 1px 1px 3px 2px #86ddaa; box-shadow: 1px 1px 3px 2px #86ddaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,221,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 #86ddaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86ddaa; -webkit-box-shadow: 1px 1px 3px 2px #86ddaa; box-shadow: 1px 1px 3px 2px #86ddaa;">
Div content here</div>
This div box has shadow with color #86ddaa
Comments
No comments written yet.
Please login to write comment.