Color spaces of #358abd
RGB | 53 | 138 | 189 |
---|---|---|---|
HSL | 0.56 | 0.56 | 0.47 |
HSV | 203° | 72° | 74° |
CMYK | 0.72 | 0.27 | 0.00 0.26 |
XYZ | 19.7420 | 22.6080 | 51.4674 |
Yxy | 22.6080 | 0.2104 | 0.2410 |
Hunter Lab | 47.5479 | -9.0951 | -30.8940 |
CIE-Lab | 54.6662 | -8.4851 | -33.9568 |
#358abd color RGB value is (53,138,189).
#358abd hex color red value is 53, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #358abd hue: 0.56 , saturation: 0.56 and the lightness value of 358abd is 0.47.
The process color (four color CMYK) of #358abd color hex is 0.72, 0.27, 0.00, 0.26. Web safe color of #358abd is #3399cc. Color #358abd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 10001010 | 10111101 |
Octal | 65 | 212 | 275 |
Decimal | 53 | 138 | 189 |
Hex | 35 | 8A | BD |
Shades of #358abd
Tints of #358abd
RGB Percentages of Color #358abd
CMYK Percentages of Color #358abd
Complementary Color
#358abd | #bd6835 |
#358abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#358abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#358abd Color CSS Codes
.mybgcolor {background-color:#358abd; } .myforecolor {color:#358abd; } .mybordercolor {border:3px solid #358abd; }
#358abd Text Font Color
<p style="color:#358abd">Text here</p>
This sample text font color is #358abd
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.
#358abd Background Color
<div style="background-color:#358abd">
Div content here</div>
This div background color is #358abd
#358abd Border Color
<div style="border:3px solid #358abd">
Div here</div>
This div border color is #358abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,138,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #358abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #358abd; -webkit-box-shadow: 1px 1px 3px 2px #358abd; box-shadow: 1px 1px 3px 2px #358abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,138,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #358abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #358abd; -webkit-box-shadow: 1px 1px 3px 2px #358abd; box-shadow: 1px 1px 3px 2px #358abd;">
Div content here</div>
This div box has shadow with color #358abd
Comments
No comments written yet.
Please login to write comment.