Color spaces of #03faad
RGB | 3 | 250 | 173 |
---|---|---|---|
HSL | 0.45 | 0.98 | 0.50 |
HSV | 161° | 99° | 98° |
CMYK | 0.99 | 0.00 | 0.31 0.02 |
XYZ | 41.7660 | 71.4077 | 51.1169 |
Yxy | 71.4077 | 0.2542 | 0.4346 |
Hunter Lab | 84.5031 | -59.6560 | 23.2869 |
CIE-Lab | 87.6827 | -66.7788 | 23.3226 |
#03faad color RGB value is (3,250,173).
#03faad hex color red value is 3, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #03faad hue: 0.45 , saturation: 0.98 and the lightness value of 03faad is 0.50.
The process color (four color CMYK) of #03faad color hex is 0.99, 0.00, 0.31, 0.02. Web safe color of #03faad is #00ff99. Color #03faad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 11111010 | 10101101 |
Octal | 3 | 372 | 255 |
Decimal | 3 | 250 | 173 |
Hex | 3 | FA | AD |
Shades of #03faad
Tints of #03faad
RGB Percentages of Color #03faad
CMYK Percentages of Color #03faad
Complementary Color
#03faad | #fa0350 |
#03faad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#03faad Color Preview on White Background
Lorem ipsum dolor sit amet.
#03faad Color CSS Codes
.mybgcolor {background-color:#03faad; } .myforecolor {color:#03faad; } .mybordercolor {border:3px solid #03faad; }
#03faad Text Font Color
<p style="color:#03faad">Text here</p>
This sample text font color is #03faad
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.
#03faad Background Color
<div style="background-color:#03faad">
Div content here</div>
This div background color is #03faad
#03faad Border Color
<div style="border:3px solid #03faad">
Div here</div>
This div border color is #03faad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,250,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #03faad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03faad; -webkit-box-shadow: 1px 1px 3px 2px #03faad; box-shadow: 1px 1px 3px 2px #03faad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,250,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 #03faad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #03faad; -webkit-box-shadow: 1px 1px 3px 2px #03faad; box-shadow: 1px 1px 3px 2px #03faad;">
Div content here</div>
This div box has shadow with color #03faad
Comments
No comments written yet.
Please login to write comment.