Color spaces of #349efc
RGB | 52 | 158 | 252 |
---|---|---|---|
HSL | 0.58 | 0.97 | 0.60 |
HSV | 208° | 79° | 99° |
CMYK | 0.79 | 0.37 | 0.00 0.01 |
XYZ | 31.2137 | 32.2121 | 96.6679 |
Yxy | 32.2121 | 0.1950 | 0.2012 |
Hunter Lab | 56.7557 | -1.1536 | -61.2554 |
CIE-Lab | 63.5178 | 2.2137 | -55.1228 |
#349efc color RGB value is (52,158,252).
#349efc hex color red value is 52, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #349efc hue: 0.58 , saturation: 0.97 and the lightness value of 349efc is 0.60.
The process color (four color CMYK) of #349efc color hex is 0.79, 0.37, 0.00, 0.01. Web safe color of #349efc is #3399ff. Color #349efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 10011110 | 11111100 |
Octal | 64 | 236 | 374 |
Decimal | 52 | 158 | 252 |
Hex | 34 | 9E | FC |
Shades of #349efc
Tints of #349efc
RGB Percentages of Color #349efc
CMYK Percentages of Color #349efc
Complementary Color
#349efc | #fc9234 |
#349efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#349efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#349efc Color CSS Codes
.mybgcolor {background-color:#349efc; } .myforecolor {color:#349efc; } .mybordercolor {border:3px solid #349efc; }
#349efc Text Font Color
<p style="color:#349efc">Text here</p>
This sample text font color is #349efc
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.
#349efc Background Color
<div style="background-color:#349efc">
Div content here</div>
This div background color is #349efc
#349efc Border Color
<div style="border:3px solid #349efc">
Div here</div>
This div border color is #349efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,158,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #349efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #349efc; -webkit-box-shadow: 1px 1px 3px 2px #349efc; box-shadow: 1px 1px 3px 2px #349efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,158,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #349efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #349efc; -webkit-box-shadow: 1px 1px 3px 2px #349efc; box-shadow: 1px 1px 3px 2px #349efc;">
Div content here</div>
This div box has shadow with color #349efc
Comments
No comments written yet.
Please login to write comment.