Color spaces of #124bde
RGB | 18 | 75 | 222 |
---|---|---|---|
HSL | 0.62 | 0.85 | 0.47 |
HSV | 223° | 92° | 87° |
CMYK | 0.92 | 0.66 | 0.00 0.13 |
XYZ | 15.9503 | 10.4347 | 70.2807 |
Yxy | 10.4347 | 0.1650 | 0.1079 |
Hunter Lab | 32.3028 | 31.6089 | -106.3844 |
CIE-Lab | 38.6116 | 40.3964 | -78.6865 |
#124bde color RGB value is (18,75,222).
#124bde hex color red value is 18, green value is 75 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #124bde hue: 0.62 , saturation: 0.85 and the lightness value of 124bde is 0.47.
The process color (four color CMYK) of #124bde color hex is 0.92, 0.66, 0.00, 0.13. Web safe color of #124bde is #0033cc. Color #124bde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 01001011 | 11011110 |
Octal | 22 | 113 | 336 |
Decimal | 18 | 75 | 222 |
Hex | 12 | 4B | DE |
Shades of #124bde
Tints of #124bde
RGB Percentages of Color #124bde
CMYK Percentages of Color #124bde
Complementary Color
#124bde | #dea512 |
#124bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#124bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#124bde Color CSS Codes
.mybgcolor {background-color:#124bde; } .myforecolor {color:#124bde; } .mybordercolor {border:3px solid #124bde; }
#124bde Text Font Color
<p style="color:#124bde">Text here</p>
This sample text font color is #124bde
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.
#124bde Background Color
<div style="background-color:#124bde">
Div content here</div>
This div background color is #124bde
#124bde Border Color
<div style="border:3px solid #124bde">
Div here</div>
This div border color is #124bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,75,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #124bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #124bde; -webkit-box-shadow: 1px 1px 3px 2px #124bde; box-shadow: 1px 1px 3px 2px #124bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,75,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #124bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #124bde; -webkit-box-shadow: 1px 1px 3px 2px #124bde; box-shadow: 1px 1px 3px 2px #124bde;">
Div content here</div>
This div box has shadow with color #124bde
Comments
No comments written yet.
Please login to write comment.