Color spaces of #01ffde
RGB | 1 | 255 | 222 |
---|---|---|---|
HSL | 0.48 | 1.00 | 0.50 |
HSV | 172° | 100° | 100° |
CMYK | 1.00 | 0.00 | 0.13 0.00 |
XYZ | 48.9573 | 76.8004 | 81.3509 |
Yxy | 76.8004 | 0.2364 | 0.3708 |
Hunter Lab | 87.6358 | -53.6446 | 6.3072 |
CIE-Lab | 90.2297 | -57.0847 | 1.6738 |
#01ffde color RGB value is (1,255,222).
#01ffde hex color red value is 1, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #01ffde hue: 0.48 , saturation: 1.00 and the lightness value of 01ffde is 0.50.
The process color (four color CMYK) of #01ffde color hex is 1.00, 0.00, 0.13, 0.00. Web safe color of #01ffde is #00ffcc. Color #01ffde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 11111111 | 11011110 |
Octal | 1 | 377 | 336 |
Decimal | 1 | 255 | 222 |
Hex | 1 | FF | DE |
Shades of #01ffde
Tints of #01ffde
RGB Percentages of Color #01ffde
CMYK Percentages of Color #01ffde
Complementary Color
#01ffde | #ff0122 |
#01ffde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#01ffde Color Preview on White Background
Lorem ipsum dolor sit amet.
#01ffde Color CSS Codes
.mybgcolor {background-color:#01ffde; } .myforecolor {color:#01ffde; } .mybordercolor {border:3px solid #01ffde; }
#01ffde Text Font Color
<p style="color:#01ffde">Text here</p>
This sample text font color is #01ffde
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.
#01ffde Background Color
<div style="background-color:#01ffde">
Div content here</div>
This div background color is #01ffde
#01ffde Border Color
<div style="border:3px solid #01ffde">
Div here</div>
This div border color is #01ffde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,255,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #01ffde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01ffde; -webkit-box-shadow: 1px 1px 3px 2px #01ffde; box-shadow: 1px 1px 3px 2px #01ffde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,255,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #01ffde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #01ffde; -webkit-box-shadow: 1px 1px 3px 2px #01ffde; box-shadow: 1px 1px 3px 2px #01ffde;">
Div content here</div>
This div box has shadow with color #01ffde
Comments
No comments written yet.
Please login to write comment.