Color spaces of #96feae
RGB | 150 | 254 | 174 |
---|---|---|---|
HSL | 0.37 | 0.98 | 0.79 |
HSV | 134° | 41° | 100° |
CMYK | 0.41 | 0.00 | 0.31 0.00 |
XYZ | 55.6595 | 80.4236 | 52.6342 |
Yxy | 80.4236 | 0.2949 | 0.4262 |
Hunter Lab | 89.6792 | -46.1524 | 27.9772 |
CIE-Lab | 91.8746 | -46.6615 | 29.0269 |
#96feae color RGB value is (150,254,174).
#96feae hex color red value is 150, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #96feae hue: 0.37 , saturation: 0.98 and the lightness value of 96feae is 0.79.
The process color (four color CMYK) of #96feae color hex is 0.41, 0.00, 0.31, 0.00. Web safe color of #96feae is #99ff99. Color #96feae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 11111110 | 10101110 |
Octal | 226 | 376 | 256 |
Decimal | 150 | 254 | 174 |
Hex | 96 | FE | AE |
Shades of #96feae
Tints of #96feae
RGB Percentages of Color #96feae
CMYK Percentages of Color #96feae
Complementary Color
#96feae | #fe96e6 |
#96feae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96feae Color Preview on White Background
Lorem ipsum dolor sit amet.
#96feae Color CSS Codes
.mybgcolor {background-color:#96feae; } .myforecolor {color:#96feae; } .mybordercolor {border:3px solid #96feae; }
#96feae Text Font Color
<p style="color:#96feae">Text here</p>
This sample text font color is #96feae
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.
#96feae Background Color
<div style="background-color:#96feae">
Div content here</div>
This div background color is #96feae
#96feae Border Color
<div style="border:3px solid #96feae">
Div here</div>
This div border color is #96feae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,254,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96feae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96feae; -webkit-box-shadow: 1px 1px 3px 2px #96feae; box-shadow: 1px 1px 3px 2px #96feae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,254,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #96feae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96feae; -webkit-box-shadow: 1px 1px 3px 2px #96feae; box-shadow: 1px 1px 3px 2px #96feae;">
Div content here</div>
This div box has shadow with color #96feae
Comments
No comments written yet.
Please login to write comment.