Color spaces of #31affa
RGB | 49 | 175 | 250 |
---|---|---|---|
HSL | 0.56 | 0.95 | 0.59 |
HSV | 202° | 80° | 98° |
CMYK | 0.80 | 0.30 | 0.00 0.02 |
XYZ | 33.8519 | 38.2150 | 96.0345 |
Yxy | 38.2150 | 0.2014 | 0.2273 |
Hunter Lab | 61.8183 | -10.4348 | -48.8340 |
CIE-Lab | 68.1788 | -8.4196 | -46.6659 |
#31affa color RGB value is (49,175,250).
#31affa hex color red value is 49, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #31affa hue: 0.56 , saturation: 0.95 and the lightness value of 31affa is 0.59.
The process color (four color CMYK) of #31affa color hex is 0.80, 0.30, 0.00, 0.02. Web safe color of #31affa is #3399ff. Color #31affa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 10101111 | 11111010 |
Octal | 61 | 257 | 372 |
Decimal | 49 | 175 | 250 |
Hex | 31 | AF | FA |
Shades of #31affa
Tints of #31affa
RGB Percentages of Color #31affa
CMYK Percentages of Color #31affa
Complementary Color
#31affa | #fa7c31 |
#31affa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31affa Color Preview on White Background
Lorem ipsum dolor sit amet.
#31affa Color CSS Codes
.mybgcolor {background-color:#31affa; } .myforecolor {color:#31affa; } .mybordercolor {border:3px solid #31affa; }
#31affa Text Font Color
<p style="color:#31affa">Text here</p>
This sample text font color is #31affa
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.
#31affa Background Color
<div style="background-color:#31affa">
Div content here</div>
This div background color is #31affa
#31affa Border Color
<div style="border:3px solid #31affa">
Div here</div>
This div border color is #31affa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,175,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31affa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31affa; -webkit-box-shadow: 1px 1px 3px 2px #31affa; box-shadow: 1px 1px 3px 2px #31affa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,175,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 #31affa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31affa; -webkit-box-shadow: 1px 1px 3px 2px #31affa; box-shadow: 1px 1px 3px 2px #31affa;">
Div content here</div>
This div box has shadow with color #31affa
Comments
No comments written yet.
Please login to write comment.