Color spaces of #5681fd
RGB | 86 | 129 | 253 |
---|---|---|---|
HSL | 0.62 | 0.98 | 0.66 |
HSV | 225° | 66° | 99° |
CMYK | 0.66 | 0.49 | 0.00 0.01 |
XYZ | 29.4176 | 24.7708 | 96.1593 |
Yxy | 24.7708 | 0.1957 | 0.1648 |
Hunter Lab | 49.7703 | 18.4076 | -79.7128 |
CIE-Lab | 56.8514 | 24.2003 | -66.2788 |
#5681fd color RGB value is (86,129,253).
#5681fd hex color red value is 86, green value is 129 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5681fd hue: 0.62 , saturation: 0.98 and the lightness value of 5681fd is 0.66.
The process color (four color CMYK) of #5681fd color hex is 0.66, 0.49, 0.00, 0.01. Web safe color of #5681fd is #6699ff. Color #5681fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10000001 | 11111101 |
Octal | 126 | 201 | 375 |
Decimal | 86 | 129 | 253 |
Hex | 56 | 81 | FD |
Shades of #5681fd
Tints of #5681fd
RGB Percentages of Color #5681fd
CMYK Percentages of Color #5681fd
Complementary Color
#5681fd | #fdd256 |
#5681fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5681fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5681fd Color CSS Codes
.mybgcolor {background-color:#5681fd; } .myforecolor {color:#5681fd; } .mybordercolor {border:3px solid #5681fd; }
#5681fd Text Font Color
<p style="color:#5681fd">Text here</p>
This sample text font color is #5681fd
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.
#5681fd Background Color
<div style="background-color:#5681fd">
Div content here</div>
This div background color is #5681fd
#5681fd Border Color
<div style="border:3px solid #5681fd">
Div here</div>
This div border color is #5681fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,129,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5681fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5681fd; -webkit-box-shadow: 1px 1px 3px 2px #5681fd; box-shadow: 1px 1px 3px 2px #5681fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,129,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5681fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5681fd; -webkit-box-shadow: 1px 1px 3px 2px #5681fd; box-shadow: 1px 1px 3px 2px #5681fd;">
Div content here</div>
This div box has shadow with color #5681fd
Comments
No comments written yet.
Please login to write comment.