Color spaces of #92ffaa
RGB | 146 | 255 | 170 |
---|---|---|---|
HSL | 0.37 | 1.00 | 0.79 |
HSV | 133° | 43° | 100° |
CMYK | 0.43 | 0.00 | 0.33 0.00 |
XYZ | 54.8698 | 80.5333 | 50.6827 |
Yxy | 80.5333 | 0.2949 | 0.4328 |
Hunter Lab | 89.7403 | -47.9056 | 29.3330 |
CIE-Lab | 91.9236 | -48.8606 | 31.0758 |
#92ffaa color RGB value is (146,255,170).
#92ffaa hex color red value is 146, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #92ffaa hue: 0.37 , saturation: 1.00 and the lightness value of 92ffaa is 0.79.
The process color (four color CMYK) of #92ffaa color hex is 0.43, 0.00, 0.33, 0.00. Web safe color of #92ffaa is #99ff99. Color #92ffaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11111111 | 10101010 |
Octal | 222 | 377 | 252 |
Decimal | 146 | 255 | 170 |
Hex | 92 | FF | AA |
Shades of #92ffaa
Tints of #92ffaa
RGB Percentages of Color #92ffaa
CMYK Percentages of Color #92ffaa
Complementary Color
#92ffaa | #ff92e7 |
#92ffaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92ffaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#92ffaa Color CSS Codes
.mybgcolor {background-color:#92ffaa; } .myforecolor {color:#92ffaa; } .mybordercolor {border:3px solid #92ffaa; }
#92ffaa Text Font Color
<p style="color:#92ffaa">Text here</p>
This sample text font color is #92ffaa
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.
#92ffaa Background Color
<div style="background-color:#92ffaa">
Div content here</div>
This div background color is #92ffaa
#92ffaa Border Color
<div style="border:3px solid #92ffaa">
Div here</div>
This div border color is #92ffaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,255,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92ffaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92ffaa; -webkit-box-shadow: 1px 1px 3px 2px #92ffaa; box-shadow: 1px 1px 3px 2px #92ffaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,255,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 #92ffaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92ffaa; -webkit-box-shadow: 1px 1px 3px 2px #92ffaa; box-shadow: 1px 1px 3px 2px #92ffaa;">
Div content here</div>
This div box has shadow with color #92ffaa
Comments
No comments written yet.
Please login to write comment.