Color spaces of #01faca
RGB | 1 | 250 | 202 |
---|---|---|---|
HSL | 0.47 | 0.99 | 0.49 |
HSV | 168° | 100° | 98° |
CMYK | 1.00 | 0.00 | 0.19 0.02 |
XYZ | 44.8588 | 72.6419 | 67.5341 |
Yxy | 72.6419 | 0.2424 | 0.3926 |
Hunter Lab | 85.2302 | -55.2039 | 12.6814 |
CIE-Lab | 88.2766 | -60.1784 | 9.2245 |
#01faca color RGB value is (1,250,202).
#01faca hex color red value is 1, green value is 250 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #01faca hue: 0.47 , saturation: 0.99 and the lightness value of 01faca is 0.49.
The process color (four color CMYK) of #01faca color hex is 1.00, 0.00, 0.19, 0.02. Web safe color of #01faca is #00ffcc. Color #01faca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 11111010 | 11001010 |
Octal | 1 | 372 | 312 |
Decimal | 1 | 250 | 202 |
Hex | 1 | FA | CA |
Shades of #01faca
Tints of #01faca
RGB Percentages of Color #01faca
CMYK Percentages of Color #01faca
Complementary Color
#01faca | #fa0131 |
#01faca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#01faca Color Preview on White Background
Lorem ipsum dolor sit amet.
#01faca Color CSS Codes
.mybgcolor {background-color:#01faca; } .myforecolor {color:#01faca; } .mybordercolor {border:3px solid #01faca; }
#01faca Text Font Color
<p style="color:#01faca">Text here</p>
This sample text font color is #01faca
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.
#01faca Background Color
<div style="background-color:#01faca">
Div content here</div>
This div background color is #01faca
#01faca Border Color
<div style="border:3px solid #01faca">
Div here</div>
This div border color is #01faca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,250,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #01faca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01faca; -webkit-box-shadow: 1px 1px 3px 2px #01faca; box-shadow: 1px 1px 3px 2px #01faca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,250,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #01faca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #01faca; -webkit-box-shadow: 1px 1px 3px 2px #01faca; box-shadow: 1px 1px 3px 2px #01faca;">
Div content here</div>
This div box has shadow with color #01faca
Comments
No comments written yet.
Please login to write comment.