Color spaces of #048edb
RGB | 4 | 142 | 219 |
---|---|---|---|
HSL | 0.56 | 0.96 | 0.44 |
HSV | 201° | 98° | 86° |
CMYK | 0.98 | 0.35 | 0.00 0.14 |
XYZ | 22.5093 | 24.4863 | 70.5578 |
Yxy | 24.4863 | 0.1915 | 0.2083 |
Hunter Lab | 49.4836 | -5.3996 | -49.9020 |
CIE-Lab | 56.5714 | -3.4619 | -47.9481 |
#048edb color RGB value is (4,142,219).
#048edb hex color red value is 4, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #048edb hue: 0.56 , saturation: 0.96 and the lightness value of 048edb is 0.44.
The process color (four color CMYK) of #048edb color hex is 0.98, 0.35, 0.00, 0.14. Web safe color of #048edb is #0099cc. Color #048edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 10001110 | 11011011 |
Octal | 4 | 216 | 333 |
Decimal | 4 | 142 | 219 |
Hex | 4 | 8E | DB |
Shades of #048edb
Tints of #048edb
RGB Percentages of Color #048edb
CMYK Percentages of Color #048edb
Complementary Color
#048edb | #db5104 |
#048edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#048edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#048edb Color CSS Codes
.mybgcolor {background-color:#048edb; } .myforecolor {color:#048edb; } .mybordercolor {border:3px solid #048edb; }
#048edb Text Font Color
<p style="color:#048edb">Text here</p>
This sample text font color is #048edb
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.
#048edb Background Color
<div style="background-color:#048edb">
Div content here</div>
This div background color is #048edb
#048edb Border Color
<div style="border:3px solid #048edb">
Div here</div>
This div border color is #048edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,142,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #048edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #048edb; -webkit-box-shadow: 1px 1px 3px 2px #048edb; box-shadow: 1px 1px 3px 2px #048edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,142,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #048edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #048edb; -webkit-box-shadow: 1px 1px 3px 2px #048edb; box-shadow: 1px 1px 3px 2px #048edb;">
Div content here</div>
This div box has shadow with color #048edb
Comments
No comments written yet.
Please login to write comment.