Color spaces of #518aee
RGB | 81 | 138 | 238 |
---|---|---|---|
HSL | 0.61 | 0.82 | 0.63 |
HSV | 218° | 66° | 93° |
CMYK | 0.66 | 0.42 | 0.00 0.07 |
XYZ | 27.9144 | 26.0993 | 84.4553 |
Yxy | 26.0993 | 0.2016 | 0.1885 |
Hunter Lab | 51.0875 | 8.1300 | -62.2541 |
CIE-Lab | 58.1312 | 12.8223 | -55.9482 |
#518aee color RGB value is (81,138,238).
#518aee hex color red value is 81, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #518aee hue: 0.61 , saturation: 0.82 and the lightness value of 518aee is 0.63.
The process color (four color CMYK) of #518aee color hex is 0.66, 0.42, 0.00, 0.07. Web safe color of #518aee is #6699ff. Color #518aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10001010 | 11101110 |
Octal | 121 | 212 | 356 |
Decimal | 81 | 138 | 238 |
Hex | 51 | 8A | EE |
Shades of #518aee
Tints of #518aee
RGB Percentages of Color #518aee
CMYK Percentages of Color #518aee
Complementary Color
#518aee | #eeb551 |
#518aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#518aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#518aee Color CSS Codes
.mybgcolor {background-color:#518aee; } .myforecolor {color:#518aee; } .mybordercolor {border:3px solid #518aee; }
#518aee Text Font Color
<p style="color:#518aee">Text here</p>
This sample text font color is #518aee
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.
#518aee Background Color
<div style="background-color:#518aee">
Div content here</div>
This div background color is #518aee
#518aee Border Color
<div style="border:3px solid #518aee">
Div here</div>
This div border color is #518aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,138,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #518aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #518aee; -webkit-box-shadow: 1px 1px 3px 2px #518aee; box-shadow: 1px 1px 3px 2px #518aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,138,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #518aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #518aee; -webkit-box-shadow: 1px 1px 3px 2px #518aee; box-shadow: 1px 1px 3px 2px #518aee;">
Div content here</div>
This div box has shadow with color #518aee
Comments
No comments written yet.
Please login to write comment.