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