Color spaces of #1faadb
RGB | 31 | 170 | 219 |
---|---|---|---|
HSL | 0.54 | 0.75 | 0.49 |
HSV | 196° | 86° | 86° |
CMYK | 0.86 | 0.22 | 0.00 0.14 |
XYZ | 27.7260 | 34.1552 | 72.1491 |
Yxy | 34.1552 | 0.2069 | 0.2548 |
Hunter Lab | 58.4425 | -17.5911 | -32.2857 |
CIE-Lab | 65.0856 | -17.9029 | -34.5600 |
#1faadb color RGB value is (31,170,219).
#1faadb hex color red value is 31, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1faadb hue: 0.54 , saturation: 0.75 and the lightness value of 1faadb is 0.49.
The process color (four color CMYK) of #1faadb color hex is 0.86, 0.22, 0.00, 0.14. Web safe color of #1faadb is #3399cc. Color #1faadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 10101010 | 11011011 |
Octal | 37 | 252 | 333 |
Decimal | 31 | 170 | 219 |
Hex | 1F | AA | DB |
Shades of #1faadb
Tints of #1faadb
RGB Percentages of Color #1faadb
CMYK Percentages of Color #1faadb
Complementary Color
#1faadb | #db501f |
#1faadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1faadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1faadb Color CSS Codes
.mybgcolor {background-color:#1faadb; } .myforecolor {color:#1faadb; } .mybordercolor {border:3px solid #1faadb; }
#1faadb Text Font Color
<p style="color:#1faadb">Text here</p>
This sample text font color is #1faadb
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.
#1faadb Background Color
<div style="background-color:#1faadb">
Div content here</div>
This div background color is #1faadb
#1faadb Border Color
<div style="border:3px solid #1faadb">
Div here</div>
This div border color is #1faadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,170,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1faadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1faadb; -webkit-box-shadow: 1px 1px 3px 2px #1faadb; box-shadow: 1px 1px 3px 2px #1faadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,170,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1faadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1faadb; -webkit-box-shadow: 1px 1px 3px 2px #1faadb; box-shadow: 1px 1px 3px 2px #1faadb;">
Div content here</div>
This div box has shadow with color #1faadb
Comments
No comments written yet.
Please login to write comment.