Color spaces of #92fcab
RGB | 146 | 252 | 171 |
---|---|---|---|
HSL | 0.37 | 0.95 | 0.78 |
HSV | 134° | 42° | 99° |
CMYK | 0.42 | 0.00 | 0.32 0.01 |
XYZ | 54.0151 | 78.6721 | 50.8664 |
Yxy | 78.6721 | 0.2943 | 0.4286 |
Hunter Lab | 88.6973 | -46.5169 | 28.0863 |
CIE-Lab | 91.0857 | -47.4220 | 29.4442 |
#92fcab color RGB value is (146,252,171).
#92fcab hex color red value is 146, green value is 252 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #92fcab hue: 0.37 , saturation: 0.95 and the lightness value of 92fcab is 0.78.
The process color (four color CMYK) of #92fcab color hex is 0.42, 0.00, 0.32, 0.01. Web safe color of #92fcab is #99ff99. Color #92fcab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11111100 | 10101011 |
Octal | 222 | 374 | 253 |
Decimal | 146 | 252 | 171 |
Hex | 92 | FC | AB |
Shades of #92fcab
Tints of #92fcab
RGB Percentages of Color #92fcab
CMYK Percentages of Color #92fcab
Complementary Color
#92fcab | #fc92e3 |
#92fcab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92fcab Color Preview on White Background
Lorem ipsum dolor sit amet.
#92fcab Color CSS Codes
.mybgcolor {background-color:#92fcab; } .myforecolor {color:#92fcab; } .mybordercolor {border:3px solid #92fcab; }
#92fcab Text Font Color
<p style="color:#92fcab">Text here</p>
This sample text font color is #92fcab
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.
#92fcab Background Color
<div style="background-color:#92fcab">
Div content here</div>
This div background color is #92fcab
#92fcab Border Color
<div style="border:3px solid #92fcab">
Div here</div>
This div border color is #92fcab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,252,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92fcab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92fcab; -webkit-box-shadow: 1px 1px 3px 2px #92fcab; box-shadow: 1px 1px 3px 2px #92fcab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,252,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 #92fcab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92fcab; -webkit-box-shadow: 1px 1px 3px 2px #92fcab; box-shadow: 1px 1px 3px 2px #92fcab;">
Div content here</div>
This div box has shadow with color #92fcab
Comments
No comments written yet.
Please login to write comment.