Color spaces of #1fdfba
RGB | 31 | 223 | 186 |
---|---|---|---|
HSL | 0.47 | 0.76 | 0.50 |
HSV | 168° | 86° | 87° |
CMYK | 0.86 | 0.00 | 0.17 0.13 |
XYZ | 35.8157 | 56.6118 | 55.4939 |
Yxy | 56.6118 | 0.2421 | 0.3827 |
Hunter Lab | 75.2408 | -46.7029 | 8.9392 |
CIE-Lab | 79.9608 | -52.4789 | 5.6931 |
#1fdfba color RGB value is (31,223,186).
#1fdfba hex color red value is 31, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1fdfba hue: 0.47 , saturation: 0.76 and the lightness value of 1fdfba is 0.50.
The process color (four color CMYK) of #1fdfba color hex is 0.86, 0.00, 0.17, 0.13. Web safe color of #1fdfba is #33cccc. Color #1fdfba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 11011111 | 10111010 |
Octal | 37 | 337 | 272 |
Decimal | 31 | 223 | 186 |
Hex | 1F | DF | BA |
Shades of #1fdfba
Tints of #1fdfba
RGB Percentages of Color #1fdfba
CMYK Percentages of Color #1fdfba
Complementary Color
#1fdfba | #df1f44 |
#1fdfba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1fdfba Color Preview on White Background
Lorem ipsum dolor sit amet.
#1fdfba Color CSS Codes
.mybgcolor {background-color:#1fdfba; } .myforecolor {color:#1fdfba; } .mybordercolor {border:3px solid #1fdfba; }
#1fdfba Text Font Color
<p style="color:#1fdfba">Text here</p>
This sample text font color is #1fdfba
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.
#1fdfba Background Color
<div style="background-color:#1fdfba">
Div content here</div>
This div background color is #1fdfba
#1fdfba Border Color
<div style="border:3px solid #1fdfba">
Div here</div>
This div border color is #1fdfba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,223,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1fdfba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1fdfba; -webkit-box-shadow: 1px 1px 3px 2px #1fdfba; box-shadow: 1px 1px 3px 2px #1fdfba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,223,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1fdfba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1fdfba; -webkit-box-shadow: 1px 1px 3px 2px #1fdfba; box-shadow: 1px 1px 3px 2px #1fdfba;">
Div content here</div>
This div box has shadow with color #1fdfba
Comments
No comments written yet.
Please login to write comment.