Color spaces of #5abffb
RGB | 90 | 191 | 251 |
---|---|---|---|
HSL | 0.56 | 0.95 | 0.67 |
HSV | 202° | 64° | 98° |
CMYK | 0.64 | 0.24 | 0.00 0.02 |
XYZ | 40.2598 | 46.4003 | 98.1010 |
Yxy | 46.4003 | 0.2179 | 0.2511 |
Hunter Lab | 68.1178 | -13.7068 | -37.7051 |
CIE-Lab | 73.8045 | -11.5846 | -38.3323 |
#5abffb color RGB value is (90,191,251).
#5abffb hex color red value is 90, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5abffb hue: 0.56 , saturation: 0.95 and the lightness value of 5abffb is 0.67.
The process color (four color CMYK) of #5abffb color hex is 0.64, 0.24, 0.00, 0.02. Web safe color of #5abffb is #66ccff. Color #5abffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 10111111 | 11111011 |
Octal | 132 | 277 | 373 |
Decimal | 90 | 191 | 251 |
Hex | 5A | BF | FB |
Shades of #5abffb
Tints of #5abffb
RGB Percentages of Color #5abffb
CMYK Percentages of Color #5abffb
Complementary Color
#5abffb | #fb965a |
#5abffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5abffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5abffb Color CSS Codes
.mybgcolor {background-color:#5abffb; } .myforecolor {color:#5abffb; } .mybordercolor {border:3px solid #5abffb; }
#5abffb Text Font Color
<p style="color:#5abffb">Text here</p>
This sample text font color is #5abffb
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.
#5abffb Background Color
<div style="background-color:#5abffb">
Div content here</div>
This div background color is #5abffb
#5abffb Border Color
<div style="border:3px solid #5abffb">
Div here</div>
This div border color is #5abffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,191,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5abffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5abffb; -webkit-box-shadow: 1px 1px 3px 2px #5abffb; box-shadow: 1px 1px 3px 2px #5abffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,191,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5abffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5abffb; -webkit-box-shadow: 1px 1px 3px 2px #5abffb; box-shadow: 1px 1px 3px 2px #5abffb;">
Div content here</div>
This div box has shadow with color #5abffb
Comments
No comments written yet.
Please login to write comment.