Color spaces of #5abdfd
RGB | 90 | 189 | 253 |
---|---|---|---|
HSL | 0.57 | 0.98 | 0.67 |
HSV | 204° | 64° | 99° |
CMYK | 0.64 | 0.25 | 0.00 0.01 |
XYZ | 40.1437 | 45.6607 | 99.6261 |
Yxy | 45.6607 | 0.2165 | 0.2462 |
Hunter Lab | 67.5727 | -12.2087 | -40.1136 |
CIE-Lab | 73.3248 | -9.8782 | -40.1552 |
#5abdfd color RGB value is (90,189,253).
#5abdfd hex color red value is 90, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5abdfd hue: 0.57 , saturation: 0.98 and the lightness value of 5abdfd is 0.67.
The process color (four color CMYK) of #5abdfd color hex is 0.64, 0.25, 0.00, 0.01. Web safe color of #5abdfd is #66ccff. Color #5abdfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 10111101 | 11111101 |
Octal | 132 | 275 | 375 |
Decimal | 90 | 189 | 253 |
Hex | 5A | BD | FD |
Shades of #5abdfd
Tints of #5abdfd
RGB Percentages of Color #5abdfd
CMYK Percentages of Color #5abdfd
Complementary Color
#5abdfd | #fd9a5a |
#5abdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5abdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5abdfd Color CSS Codes
.mybgcolor {background-color:#5abdfd; } .myforecolor {color:#5abdfd; } .mybordercolor {border:3px solid #5abdfd; }
#5abdfd Text Font Color
<p style="color:#5abdfd">Text here</p>
This sample text font color is #5abdfd
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.
#5abdfd Background Color
<div style="background-color:#5abdfd">
Div content here</div>
This div background color is #5abdfd
#5abdfd Border Color
<div style="border:3px solid #5abdfd">
Div here</div>
This div border color is #5abdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,189,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5abdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5abdfd; -webkit-box-shadow: 1px 1px 3px 2px #5abdfd; box-shadow: 1px 1px 3px 2px #5abdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,189,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 #5abdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5abdfd; -webkit-box-shadow: 1px 1px 3px 2px #5abdfd; box-shadow: 1px 1px 3px 2px #5abdfd;">
Div content here</div>
This div box has shadow with color #5abdfd
Comments
No comments written yet.
Please login to write comment.