Color spaces of #039dfe
RGB | 3 | 157 | 254 |
---|---|---|---|
HSL | 0.56 | 0.99 | 0.50 |
HSV | 203° | 99° | 100° |
CMYK | 0.99 | 0.38 | 0.00 0.00 |
XYZ | 29.9839 | 31.2891 | 98.2250 |
Yxy | 31.2891 | 0.1880 | 0.1962 |
Hunter Lab | 55.9367 | -2.2073 | -64.9578 |
CIE-Lab | 62.7509 | 0.9279 | -57.4716 |
#039dfe color RGB value is (3,157,254).
#039dfe hex color red value is 3, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #039dfe hue: 0.56 , saturation: 0.99 and the lightness value of 039dfe is 0.50.
The process color (four color CMYK) of #039dfe color hex is 0.99, 0.38, 0.00, 0.00. Web safe color of #039dfe is #0099ff. Color #039dfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 10011101 | 11111110 |
Octal | 3 | 235 | 376 |
Decimal | 3 | 157 | 254 |
Hex | 3 | 9D | FE |
Shades of #039dfe
Tints of #039dfe
RGB Percentages of Color #039dfe
CMYK Percentages of Color #039dfe
Complementary Color
#039dfe | #fe6403 |
#039dfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#039dfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#039dfe Color CSS Codes
.mybgcolor {background-color:#039dfe; } .myforecolor {color:#039dfe; } .mybordercolor {border:3px solid #039dfe; }
#039dfe Text Font Color
<p style="color:#039dfe">Text here</p>
This sample text font color is #039dfe
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.
#039dfe Background Color
<div style="background-color:#039dfe">
Div content here</div>
This div background color is #039dfe
#039dfe Border Color
<div style="border:3px solid #039dfe">
Div here</div>
This div border color is #039dfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,157,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #039dfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #039dfe; -webkit-box-shadow: 1px 1px 3px 2px #039dfe; box-shadow: 1px 1px 3px 2px #039dfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,157,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #039dfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #039dfe; -webkit-box-shadow: 1px 1px 3px 2px #039dfe; box-shadow: 1px 1px 3px 2px #039dfe;">
Div content here</div>
This div box has shadow with color #039dfe
Comments
No comments written yet.
Please login to write comment.