Color spaces of #124fec
RGB | 18 | 79 | 236 |
---|---|---|---|
HSL | 0.62 | 0.86 | 0.50 |
HSV | 223° | 92° | 93° |
CMYK | 0.92 | 0.67 | 0.00 0.07 |
XYZ | 18.1858 | 11.7767 | 80.6715 |
Yxy | 11.7767 | 0.1644 | 0.1064 |
Hunter Lab | 34.3172 | 34.5379 | -115.3545 |
CIE-Lab | 40.8590 | 43.0345 | -82.9415 |
#124fec color RGB value is (18,79,236).
#124fec hex color red value is 18, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #124fec hue: 0.62 , saturation: 0.86 and the lightness value of 124fec is 0.50.
The process color (four color CMYK) of #124fec color hex is 0.92, 0.67, 0.00, 0.07. Web safe color of #124fec is #0066ff. Color #124fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 01001111 | 11101100 |
Octal | 22 | 117 | 354 |
Decimal | 18 | 79 | 236 |
Hex | 12 | 4F | EC |
Shades of #124fec
Tints of #124fec
RGB Percentages of Color #124fec
CMYK Percentages of Color #124fec
Complementary Color
#124fec | #ecaf12 |
#124fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#124fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#124fec Color CSS Codes
.mybgcolor {background-color:#124fec; } .myforecolor {color:#124fec; } .mybordercolor {border:3px solid #124fec; }
#124fec Text Font Color
<p style="color:#124fec">Text here</p>
This sample text font color is #124fec
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.
#124fec Background Color
<div style="background-color:#124fec">
Div content here</div>
This div background color is #124fec
#124fec Border Color
<div style="border:3px solid #124fec">
Div here</div>
This div border color is #124fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,79,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #124fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #124fec; -webkit-box-shadow: 1px 1px 3px 2px #124fec; box-shadow: 1px 1px 3px 2px #124fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,79,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #124fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #124fec; -webkit-box-shadow: 1px 1px 3px 2px #124fec; box-shadow: 1px 1px 3px 2px #124fec;">
Div content here</div>
This div box has shadow with color #124fec
Comments
No comments written yet.
Please login to write comment.