Color spaces of #358faa
RGB | 53 | 143 | 170 |
---|---|---|---|
HSL | 0.54 | 0.52 | 0.44 |
HSV | 194° | 69° | 67° |
CMYK | 0.69 | 0.16 | 0.00 0.33 |
XYZ | 18.5464 | 23.3041 | 41.5509 |
Yxy | 23.3041 | 0.2224 | 0.2794 |
Hunter Lab | 48.2743 | -15.9026 | -17.2403 |
CIE-Lab | 55.3842 | -17.6822 | -21.9913 |
#358faa color RGB value is (53,143,170).
#358faa hex color red value is 53, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #358faa hue: 0.54 , saturation: 0.52 and the lightness value of 358faa is 0.44.
The process color (four color CMYK) of #358faa color hex is 0.69, 0.16, 0.00, 0.33. Web safe color of #358faa is #339999. Color #358faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 10001111 | 10101010 |
Octal | 65 | 217 | 252 |
Decimal | 53 | 143 | 170 |
Hex | 35 | 8F | AA |
Shades of #358faa
Tints of #358faa
RGB Percentages of Color #358faa
CMYK Percentages of Color #358faa
Complementary Color
#358faa | #aa5035 |
#358faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#358faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#358faa Color CSS Codes
.mybgcolor {background-color:#358faa; } .myforecolor {color:#358faa; } .mybordercolor {border:3px solid #358faa; }
#358faa Text Font Color
<p style="color:#358faa">Text here</p>
This sample text font color is #358faa
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.
#358faa Background Color
<div style="background-color:#358faa">
Div content here</div>
This div background color is #358faa
#358faa Border Color
<div style="border:3px solid #358faa">
Div here</div>
This div border color is #358faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,143,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #358faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #358faa; -webkit-box-shadow: 1px 1px 3px 2px #358faa; box-shadow: 1px 1px 3px 2px #358faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,143,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #358faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #358faa; -webkit-box-shadow: 1px 1px 3px 2px #358faa; box-shadow: 1px 1px 3px 2px #358faa;">
Div content here</div>
This div box has shadow with color #358faa
Comments
No comments written yet.
Please login to write comment.