Color spaces of #92fcfa
RGB | 146 | 252 | 250 |
---|---|---|---|
HSL | 0.50 | 0.95 | 0.78 |
HSV | 179° | 42° | 99° |
CMYK | 0.42 | 0.00 | 0.01 0.01 |
XYZ | 63.9198 | 82.6339 | 103.0235 |
Yxy | 82.6339 | 0.2561 | 0.3311 |
Hunter Lab | 90.9032 | -33.5659 | -3.5630 |
CIE-Lab | 92.8539 | -31.1358 | -8.6668 |
#92fcfa color RGB value is (146,252,250).
#92fcfa hex color red value is 146, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #92fcfa hue: 0.50 , saturation: 0.95 and the lightness value of 92fcfa is 0.78.
The process color (four color CMYK) of #92fcfa color hex is 0.42, 0.00, 0.01, 0.01. Web safe color of #92fcfa is #99ffff. Color #92fcfa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11111100 | 11111010 |
Octal | 222 | 374 | 372 |
Decimal | 146 | 252 | 250 |
Hex | 92 | FC | FA |
Shades of #92fcfa
Tints of #92fcfa
RGB Percentages of Color #92fcfa
CMYK Percentages of Color #92fcfa
Complementary Color
#92fcfa | #fc9294 |
#92fcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92fcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#92fcfa Color CSS Codes
.mybgcolor {background-color:#92fcfa; } .myforecolor {color:#92fcfa; } .mybordercolor {border:3px solid #92fcfa; }
#92fcfa Text Font Color
<p style="color:#92fcfa">Text here</p>
This sample text font color is #92fcfa
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.
#92fcfa Background Color
<div style="background-color:#92fcfa">
Div content here</div>
This div background color is #92fcfa
#92fcfa Border Color
<div style="border:3px solid #92fcfa">
Div here</div>
This div border color is #92fcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,252,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92fcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92fcfa; -webkit-box-shadow: 1px 1px 3px 2px #92fcfa; box-shadow: 1px 1px 3px 2px #92fcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,252,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92fcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92fcfa; -webkit-box-shadow: 1px 1px 3px 2px #92fcfa; box-shadow: 1px 1px 3px 2px #92fcfa;">
Div content here</div>
This div box has shadow with color #92fcfa
Comments
No comments written yet.
Please login to write comment.