Color spaces of #1ffeaf
RGB | 31 | 254 | 175 |
---|---|---|---|
HSL | 0.44 | 0.99 | 0.56 |
HSV | 159° | 88° | 100° |
CMYK | 0.88 | 0.00 | 0.31 0.00 |
XYZ | 43.7447 | 74.2701 | 52.5874 |
Yxy | 74.2701 | 0.2564 | 0.4353 |
Hunter Lab | 86.1801 | -60.2092 | 24.1471 |
CIE-Lab | 89.0500 | -66.7616 | 24.2035 |
#1ffeaf color RGB value is (31,254,175).
#1ffeaf hex color red value is 31, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1ffeaf hue: 0.44 , saturation: 0.99 and the lightness value of 1ffeaf is 0.56.
The process color (four color CMYK) of #1ffeaf color hex is 0.88, 0.00, 0.31, 0.00. Web safe color of #1ffeaf is #33ff99. Color #1ffeaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 11111110 | 10101111 |
Octal | 37 | 376 | 257 |
Decimal | 31 | 254 | 175 |
Hex | 1F | FE | AF |
Shades of #1ffeaf
Tints of #1ffeaf
RGB Percentages of Color #1ffeaf
CMYK Percentages of Color #1ffeaf
Complementary Color
#1ffeaf | #fe1f6e |
#1ffeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1ffeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#1ffeaf Color CSS Codes
.mybgcolor {background-color:#1ffeaf; } .myforecolor {color:#1ffeaf; } .mybordercolor {border:3px solid #1ffeaf; }
#1ffeaf Text Font Color
<p style="color:#1ffeaf">Text here</p>
This sample text font color is #1ffeaf
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.
#1ffeaf Background Color
<div style="background-color:#1ffeaf">
Div content here</div>
This div background color is #1ffeaf
#1ffeaf Border Color
<div style="border:3px solid #1ffeaf">
Div here</div>
This div border color is #1ffeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,254,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1ffeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1ffeaf; -webkit-box-shadow: 1px 1px 3px 2px #1ffeaf; box-shadow: 1px 1px 3px 2px #1ffeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,254,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1ffeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1ffeaf; -webkit-box-shadow: 1px 1px 3px 2px #1ffeaf; box-shadow: 1px 1px 3px 2px #1ffeaf;">
Div content here</div>
This div box has shadow with color #1ffeaf
Comments
No comments written yet.
Please login to write comment.