Color spaces of #86ddac
RGB | 134 | 221 | 172 |
---|---|---|---|
HSL | 0.41 | 0.56 | 0.70 |
HSV | 146° | 39° | 87° |
CMYK | 0.39 | 0.00 | 0.22 0.13 |
XYZ | 43.1344 | 59.7598 | 48.2911 |
Yxy | 59.7598 | 0.2853 | 0.3953 |
Hunter Lab | 77.3045 | -35.6833 | 17.0754 |
CIE-Lab | 81.7075 | -36.9165 | 15.9392 |
#86ddac color RGB value is (134,221,172).
#86ddac hex color red value is 134, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #86ddac hue: 0.41 , saturation: 0.56 and the lightness value of 86ddac is 0.70.
The process color (four color CMYK) of #86ddac color hex is 0.39, 0.00, 0.22, 0.13. Web safe color of #86ddac is #99cc99. Color #86ddac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 11011101 | 10101100 |
Octal | 206 | 335 | 254 |
Decimal | 134 | 221 | 172 |
Hex | 86 | DD | AC |
Shades of #86ddac
Tints of #86ddac
RGB Percentages of Color #86ddac
CMYK Percentages of Color #86ddac
Complementary Color
#86ddac | #dd86b7 |
#86ddac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86ddac Color Preview on White Background
Lorem ipsum dolor sit amet.
#86ddac Color CSS Codes
.mybgcolor {background-color:#86ddac; } .myforecolor {color:#86ddac; } .mybordercolor {border:3px solid #86ddac; }
#86ddac Text Font Color
<p style="color:#86ddac">Text here</p>
This sample text font color is #86ddac
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.
#86ddac Background Color
<div style="background-color:#86ddac">
Div content here</div>
This div background color is #86ddac
#86ddac Border Color
<div style="border:3px solid #86ddac">
Div here</div>
This div border color is #86ddac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,221,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86ddac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86ddac; -webkit-box-shadow: 1px 1px 3px 2px #86ddac; box-shadow: 1px 1px 3px 2px #86ddac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,221,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 #86ddac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86ddac; -webkit-box-shadow: 1px 1px 3px 2px #86ddac; box-shadow: 1px 1px 3px 2px #86ddac;">
Div content here</div>
This div box has shadow with color #86ddac
Comments
No comments written yet.
Please login to write comment.