Color spaces of #048ceb
RGB | 4 | 140 | 235 |
---|---|---|---|
HSL | 0.57 | 0.97 | 0.47 |
HSV | 205° | 98° | 92° |
CMYK | 0.98 | 0.40 | 0.00 0.08 |
XYZ | 24.4235 | 24.7801 | 82.0930 |
Yxy | 24.7801 | 0.1860 | 0.1887 |
Hunter Lab | 49.7796 | 0.4636 | -62.9311 |
CIE-Lab | 56.8605 | 3.8235 | -56.4094 |
#048ceb color RGB value is (4,140,235).
#048ceb hex color red value is 4, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #048ceb hue: 0.57 , saturation: 0.97 and the lightness value of 048ceb is 0.47.
The process color (four color CMYK) of #048ceb color hex is 0.98, 0.40, 0.00, 0.08. Web safe color of #048ceb is #0099ff. Color #048ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 10001100 | 11101011 |
Octal | 4 | 214 | 353 |
Decimal | 4 | 140 | 235 |
Hex | 4 | 8C | EB |
Shades of #048ceb
Tints of #048ceb
RGB Percentages of Color #048ceb
CMYK Percentages of Color #048ceb
Complementary Color
#048ceb | #eb6304 |
#048ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#048ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#048ceb Color CSS Codes
.mybgcolor {background-color:#048ceb; } .myforecolor {color:#048ceb; } .mybordercolor {border:3px solid #048ceb; }
#048ceb Text Font Color
<p style="color:#048ceb">Text here</p>
This sample text font color is #048ceb
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.
#048ceb Background Color
<div style="background-color:#048ceb">
Div content here</div>
This div background color is #048ceb
#048ceb Border Color
<div style="border:3px solid #048ceb">
Div here</div>
This div border color is #048ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,140,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #048ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #048ceb; -webkit-box-shadow: 1px 1px 3px 2px #048ceb; box-shadow: 1px 1px 3px 2px #048ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,140,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #048ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #048ceb; -webkit-box-shadow: 1px 1px 3px 2px #048ceb; box-shadow: 1px 1px 3px 2px #048ceb;">
Div content here</div>
This div box has shadow with color #048ceb
Comments
No comments written yet.
Please login to write comment.