Color spaces of #31aedb
RGB | 49 | 174 | 219 |
---|---|---|---|
HSL | 0.54 | 0.70 | 0.53 |
HSV | 196° | 78° | 86° |
CMYK | 0.78 | 0.21 | 0.00 0.14 |
XYZ | 29.1889 | 36.0395 | 72.4357 |
Yxy | 36.0395 | 0.2120 | 0.2618 |
Hunter Lab | 60.0329 | -18.2682 | -29.5163 |
CIE-Lab | 66.5501 | -18.4830 | -32.2655 |
#31aedb color RGB value is (49,174,219).
#31aedb hex color red value is 49, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #31aedb hue: 0.54 , saturation: 0.70 and the lightness value of 31aedb is 0.53.
The process color (four color CMYK) of #31aedb color hex is 0.78, 0.21, 0.00, 0.14. Web safe color of #31aedb is #3399cc. Color #31aedb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 10101110 | 11011011 |
Octal | 61 | 256 | 333 |
Decimal | 49 | 174 | 219 |
Hex | 31 | AE | DB |
Shades of #31aedb
Tints of #31aedb
RGB Percentages of Color #31aedb
CMYK Percentages of Color #31aedb
Complementary Color
#31aedb | #db5e31 |
#31aedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31aedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#31aedb Color CSS Codes
.mybgcolor {background-color:#31aedb; } .myforecolor {color:#31aedb; } .mybordercolor {border:3px solid #31aedb; }
#31aedb Text Font Color
<p style="color:#31aedb">Text here</p>
This sample text font color is #31aedb
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.
#31aedb Background Color
<div style="background-color:#31aedb">
Div content here</div>
This div background color is #31aedb
#31aedb Border Color
<div style="border:3px solid #31aedb">
Div here</div>
This div border color is #31aedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,174,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31aedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31aedb; -webkit-box-shadow: 1px 1px 3px 2px #31aedb; box-shadow: 1px 1px 3px 2px #31aedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,174,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 #31aedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31aedb; -webkit-box-shadow: 1px 1px 3px 2px #31aedb; box-shadow: 1px 1px 3px 2px #31aedb;">
Div content here</div>
This div box has shadow with color #31aedb
Comments
No comments written yet.
Please login to write comment.