Color spaces of #5dadfe
RGB | 93 | 173 | 254 |
---|---|---|---|
HSL | 0.58 | 0.99 | 0.68 |
HSV | 210° | 63° | 100° |
CMYK | 0.63 | 0.32 | 0.00 0.00 |
XYZ | 37.3472 | 39.3701 | 99.3967 |
Yxy | 39.3701 | 0.2121 | 0.2235 |
Hunter Lab | 62.7456 | -3.5587 | -50.0007 |
CIE-Lab | 69.0185 | -0.2381 | -47.4308 |
#5dadfe color RGB value is (93,173,254).
#5dadfe hex color red value is 93, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5dadfe hue: 0.58 , saturation: 0.99 and the lightness value of 5dadfe is 0.68.
The process color (four color CMYK) of #5dadfe color hex is 0.63, 0.32, 0.00, 0.00. Web safe color of #5dadfe is #6699ff. Color #5dadfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10101101 | 11111110 |
Octal | 135 | 255 | 376 |
Decimal | 93 | 173 | 254 |
Hex | 5D | AD | FE |
Shades of #5dadfe
Tints of #5dadfe
RGB Percentages of Color #5dadfe
CMYK Percentages of Color #5dadfe
Complementary Color
#5dadfe | #feae5d |
#5dadfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dadfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dadfe Color CSS Codes
.mybgcolor {background-color:#5dadfe; } .myforecolor {color:#5dadfe; } .mybordercolor {border:3px solid #5dadfe; }
#5dadfe Text Font Color
<p style="color:#5dadfe">Text here</p>
This sample text font color is #5dadfe
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.
#5dadfe Background Color
<div style="background-color:#5dadfe">
Div content here</div>
This div background color is #5dadfe
#5dadfe Border Color
<div style="border:3px solid #5dadfe">
Div here</div>
This div border color is #5dadfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,173,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dadfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dadfe; -webkit-box-shadow: 1px 1px 3px 2px #5dadfe; box-shadow: 1px 1px 3px 2px #5dadfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,173,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dadfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dadfe; -webkit-box-shadow: 1px 1px 3px 2px #5dadfe; box-shadow: 1px 1px 3px 2px #5dadfe;">
Div content here</div>
This div box has shadow with color #5dadfe
Comments
No comments written yet.
Please login to write comment.