Color spaces of #86eeab
RGB | 134 | 238 | 171 |
---|---|---|---|
HSL | 0.39 | 0.75 | 0.73 |
HSV | 141° | 44° | 93° |
CMYK | 0.44 | 0.00 | 0.28 0.07 |
XYZ | 47.7567 | 69.1577 | 49.3598 |
Yxy | 69.1577 | 0.2872 | 0.4159 |
Hunter Lab | 83.1611 | -43.0252 | 23.0215 |
CIE-Lab | 86.5821 | -44.6658 | 23.2268 |
#86eeab color RGB value is (134,238,171).
#86eeab hex color red value is 134, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #86eeab hue: 0.39 , saturation: 0.75 and the lightness value of 86eeab is 0.73.
The process color (four color CMYK) of #86eeab color hex is 0.44, 0.00, 0.28, 0.07. Web safe color of #86eeab is #99ff99. Color #86eeab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 11101110 | 10101011 |
Octal | 206 | 356 | 253 |
Decimal | 134 | 238 | 171 |
Hex | 86 | EE | AB |
Shades of #86eeab
Tints of #86eeab
RGB Percentages of Color #86eeab
CMYK Percentages of Color #86eeab
Complementary Color
#86eeab | #ee86c9 |
#86eeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86eeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#86eeab Color CSS Codes
.mybgcolor {background-color:#86eeab; } .myforecolor {color:#86eeab; } .mybordercolor {border:3px solid #86eeab; }
#86eeab Text Font Color
<p style="color:#86eeab">Text here</p>
This sample text font color is #86eeab
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.
#86eeab Background Color
<div style="background-color:#86eeab">
Div content here</div>
This div background color is #86eeab
#86eeab Border Color
<div style="border:3px solid #86eeab">
Div here</div>
This div border color is #86eeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,238,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86eeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86eeab; -webkit-box-shadow: 1px 1px 3px 2px #86eeab; box-shadow: 1px 1px 3px 2px #86eeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,238,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86eeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86eeab; -webkit-box-shadow: 1px 1px 3px 2px #86eeab; box-shadow: 1px 1px 3px 2px #86eeab;">
Div content here</div>
This div box has shadow with color #86eeab
Comments
No comments written yet.
Please login to write comment.