Color spaces of #355fda
RGB | 53 | 95 | 218 |
---|---|---|---|
HSL | 0.62 | 0.69 | 0.53 |
HSV | 225° | 76° | 85° |
CMYK | 0.76 | 0.56 | 0.00 0.15 |
XYZ | 18.2153 | 14.0033 | 68.0725 |
Yxy | 14.0033 | 0.1816 | 0.1396 |
Hunter Lab | 37.4210 | 21.4012 | -81.6597 |
CIE-Lab | 44.2377 | 28.6270 | -67.1568 |
#355fda color RGB value is (53,95,218).
#355fda hex color red value is 53, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #355fda hue: 0.62 , saturation: 0.69 and the lightness value of 355fda is 0.53.
The process color (four color CMYK) of #355fda color hex is 0.76, 0.56, 0.00, 0.15. Web safe color of #355fda is #3366cc. Color #355fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 01011111 | 11011010 |
Octal | 65 | 137 | 332 |
Decimal | 53 | 95 | 218 |
Hex | 35 | 5F | DA |
Shades of #355fda
Tints of #355fda
RGB Percentages of Color #355fda
CMYK Percentages of Color #355fda
Complementary Color
#355fda | #dab035 |
#355fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#355fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#355fda Color CSS Codes
.mybgcolor {background-color:#355fda; } .myforecolor {color:#355fda; } .mybordercolor {border:3px solid #355fda; }
#355fda Text Font Color
<p style="color:#355fda">Text here</p>
This sample text font color is #355fda
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.
#355fda Background Color
<div style="background-color:#355fda">
Div content here</div>
This div background color is #355fda
#355fda Border Color
<div style="border:3px solid #355fda">
Div here</div>
This div border color is #355fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,95,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #355fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #355fda; -webkit-box-shadow: 1px 1px 3px 2px #355fda; box-shadow: 1px 1px 3px 2px #355fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,95,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #355fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #355fda; -webkit-box-shadow: 1px 1px 3px 2px #355fda; box-shadow: 1px 1px 3px 2px #355fda;">
Div content here</div>
This div box has shadow with color #355fda
Comments
No comments written yet.
Please login to write comment.