Color spaces of #1fa499
RGB | 31 | 164 | 153 |
---|---|---|---|
HSL | 0.49 | 0.68 | 0.38 |
HSV | 175° | 81° | 64° |
CMYK | 0.81 | 0.00 | 0.07 0.36 |
XYZ | 19.5903 | 29.1421 | 34.7295 |
Yxy | 29.1421 | 0.2347 | 0.3492 |
Hunter Lab | 53.9834 | -29.6943 | -0.3550 |
CIE-Lab | 60.9068 | -36.1446 | -4.0520 |
#1fa499 color RGB value is (31,164,153).
#1fa499 hex color red value is 31, green value is 164 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #1fa499 hue: 0.49 , saturation: 0.68 and the lightness value of 1fa499 is 0.38.
The process color (four color CMYK) of #1fa499 color hex is 0.81, 0.00, 0.07, 0.36. Web safe color of #1fa499 is #339999. Color #1fa499 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 10100100 | 10011001 |
Octal | 37 | 244 | 231 |
Decimal | 31 | 164 | 153 |
Hex | 1F | A4 | 99 |
Shades of #1fa499
Tints of #1fa499
RGB Percentages of Color #1fa499
CMYK Percentages of Color #1fa499
Complementary Color
#1fa499 | #a41f2a |
#1fa499 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1fa499 Color Preview on White Background
Lorem ipsum dolor sit amet.
#1fa499 Color CSS Codes
.mybgcolor {background-color:#1fa499; } .myforecolor {color:#1fa499; } .mybordercolor {border:3px solid #1fa499; }
#1fa499 Text Font Color
<p style="color:#1fa499">Text here</p>
This sample text font color is #1fa499
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.
#1fa499 Background Color
<div style="background-color:#1fa499">
Div content here</div>
This div background color is #1fa499
#1fa499 Border Color
<div style="border:3px solid #1fa499">
Div here</div>
This div border color is #1fa499
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,164,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1fa499; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1fa499; -webkit-box-shadow: 1px 1px 3px 2px #1fa499; box-shadow: 1px 1px 3px 2px #1fa499; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,164,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1fa499">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1fa499; -webkit-box-shadow: 1px 1px 3px 2px #1fa499; box-shadow: 1px 1px 3px 2px #1fa499;">
Div content here</div>
This div box has shadow with color #1fa499
Comments
No comments written yet.
Please login to write comment.