Color spaces of #038fad
RGB | 3 | 143 | 173 |
---|---|---|---|
HSL | 0.53 | 0.97 | 0.35 |
HSV | 191° | 98° | 68° |
CMYK | 0.98 | 0.17 | 0.00 0.32 |
XYZ | 17.4028 | 22.6814 | 42.9959 |
Yxy | 22.6814 | 0.2095 | 0.2730 |
Hunter Lab | 47.6250 | -18.1175 | -20.1896 |
CIE-Lab | 54.7426 | -21.0046 | -24.7600 |
#038fad color RGB value is (3,143,173).
#038fad hex color red value is 3, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #038fad hue: 0.53 , saturation: 0.97 and the lightness value of 038fad is 0.35.
The process color (four color CMYK) of #038fad color hex is 0.98, 0.17, 0.00, 0.32. Web safe color of #038fad is #009999. Color #038fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 10001111 | 10101101 |
Octal | 3 | 217 | 255 |
Decimal | 3 | 143 | 173 |
Hex | 3 | 8F | AD |
Shades of #038fad
Tints of #038fad
RGB Percentages of Color #038fad
CMYK Percentages of Color #038fad
Complementary Color
#038fad | #ad2103 |
#038fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#038fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#038fad Color CSS Codes
.mybgcolor {background-color:#038fad; } .myforecolor {color:#038fad; } .mybordercolor {border:3px solid #038fad; }
#038fad Text Font Color
<p style="color:#038fad">Text here</p>
This sample text font color is #038fad
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.
#038fad Background Color
<div style="background-color:#038fad">
Div content here</div>
This div background color is #038fad
#038fad Border Color
<div style="border:3px solid #038fad">
Div here</div>
This div border color is #038fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,143,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #038fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #038fad; -webkit-box-shadow: 1px 1px 3px 2px #038fad; box-shadow: 1px 1px 3px 2px #038fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,143,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #038fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #038fad; -webkit-box-shadow: 1px 1px 3px 2px #038fad; box-shadow: 1px 1px 3px 2px #038fad;">
Div content here</div>
This div box has shadow with color #038fad
Comments
No comments written yet.
Please login to write comment.