Color spaces of #157afa
RGB | 21 | 122 | 250 |
---|---|---|---|
HSL | 0.59 | 0.96 | 0.53 |
HSV | 214° | 92° | 98° |
CMYK | 0.92 | 0.51 | 0.00 0.02 |
XYZ | 24.5241 | 20.9806 | 93.1996 |
Yxy | 20.9806 | 0.1768 | 0.1513 |
Hunter Lab | 45.8046 | 15.4121 | -88.5755 |
CIE-Lab | 52.9283 | 21.2088 | -71.0537 |
#157afa color RGB value is (21,122,250).
#157afa hex color red value is 21, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #157afa hue: 0.59 , saturation: 0.96 and the lightness value of 157afa is 0.53.
The process color (four color CMYK) of #157afa color hex is 0.92, 0.51, 0.00, 0.02. Web safe color of #157afa is #0066ff. Color #157afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 01111010 | 11111010 |
Octal | 25 | 172 | 372 |
Decimal | 21 | 122 | 250 |
Hex | 15 | 7A | FA |
Shades of #157afa
Tints of #157afa
RGB Percentages of Color #157afa
CMYK Percentages of Color #157afa
Complementary Color
#157afa | #fa9515 |
#157afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#157afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#157afa Color CSS Codes
.mybgcolor {background-color:#157afa; } .myforecolor {color:#157afa; } .mybordercolor {border:3px solid #157afa; }
#157afa Text Font Color
<p style="color:#157afa">Text here</p>
This sample text font color is #157afa
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.
#157afa Background Color
<div style="background-color:#157afa">
Div content here</div>
This div background color is #157afa
#157afa Border Color
<div style="border:3px solid #157afa">
Div here</div>
This div border color is #157afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,122,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #157afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #157afa; -webkit-box-shadow: 1px 1px 3px 2px #157afa; box-shadow: 1px 1px 3px 2px #157afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,122,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 #157afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #157afa; -webkit-box-shadow: 1px 1px 3px 2px #157afa; box-shadow: 1px 1px 3px 2px #157afa;">
Div content here</div>
This div box has shadow with color #157afa
Comments
No comments written yet.
Please login to write comment.