Color spaces of #96fdab
RGB | 150 | 253 | 171 |
---|---|---|---|
HSL | 0.37 | 0.96 | 0.79 |
HSV | 132° | 41° | 99° |
CMYK | 0.41 | 0.00 | 0.32 0.01 |
XYZ | 55.0536 | 79.6749 | 51.0052 |
Yxy | 79.6749 | 0.2964 | 0.4290 |
Hunter Lab | 89.2608 | -46.1125 | 28.6032 |
CIE-Lab | 91.5388 | -46.7375 | 30.0843 |
#96fdab color RGB value is (150,253,171).
#96fdab hex color red value is 150, green value is 253 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #96fdab hue: 0.37 , saturation: 0.96 and the lightness value of 96fdab is 0.79.
The process color (four color CMYK) of #96fdab color hex is 0.41, 0.00, 0.32, 0.01. Web safe color of #96fdab is #99ff99. Color #96fdab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 11111101 | 10101011 |
Octal | 226 | 375 | 253 |
Decimal | 150 | 253 | 171 |
Hex | 96 | FD | AB |
Shades of #96fdab
Tints of #96fdab
RGB Percentages of Color #96fdab
CMYK Percentages of Color #96fdab
Complementary Color
#96fdab | #fd96e8 |
#96fdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96fdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#96fdab Color CSS Codes
.mybgcolor {background-color:#96fdab; } .myforecolor {color:#96fdab; } .mybordercolor {border:3px solid #96fdab; }
#96fdab Text Font Color
<p style="color:#96fdab">Text here</p>
This sample text font color is #96fdab
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.
#96fdab Background Color
<div style="background-color:#96fdab">
Div content here</div>
This div background color is #96fdab
#96fdab Border Color
<div style="border:3px solid #96fdab">
Div here</div>
This div border color is #96fdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,253,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96fdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96fdab; -webkit-box-shadow: 1px 1px 3px 2px #96fdab; box-shadow: 1px 1px 3px 2px #96fdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,253,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 #96fdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96fdab; -webkit-box-shadow: 1px 1px 3px 2px #96fdab; box-shadow: 1px 1px 3px 2px #96fdab;">
Div content here</div>
This div box has shadow with color #96fdab
Comments
No comments written yet.
Please login to write comment.