Color spaces of #1fddbd
RGB | 31 | 221 | 189 |
---|---|---|---|
HSL | 0.47 | 0.75 | 0.49 |
HSV | 170° | 86° | 87° |
CMYK | 0.86 | 0.00 | 0.14 0.13 |
XYZ | 35.6068 | 55.6783 | 57.0144 |
Yxy | 55.6783 | 0.2401 | 0.3754 |
Hunter Lab | 74.6179 | -45.4032 | 6.9299 |
CIE-Lab | 79.4304 | -50.8963 | 3.3327 |
#1fddbd color RGB value is (31,221,189).
#1fddbd hex color red value is 31, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1fddbd hue: 0.47 , saturation: 0.75 and the lightness value of 1fddbd is 0.49.
The process color (four color CMYK) of #1fddbd color hex is 0.86, 0.00, 0.14, 0.13. Web safe color of #1fddbd is #33cccc. Color #1fddbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 11011101 | 10111101 |
Octal | 37 | 335 | 275 |
Decimal | 31 | 221 | 189 |
Hex | 1F | DD | BD |
Shades of #1fddbd
Tints of #1fddbd
RGB Percentages of Color #1fddbd
CMYK Percentages of Color #1fddbd
Complementary Color
#1fddbd | #dd1f3f |
#1fddbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1fddbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1fddbd Color CSS Codes
.mybgcolor {background-color:#1fddbd; } .myforecolor {color:#1fddbd; } .mybordercolor {border:3px solid #1fddbd; }
#1fddbd Text Font Color
<p style="color:#1fddbd">Text here</p>
This sample text font color is #1fddbd
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.
#1fddbd Background Color
<div style="background-color:#1fddbd">
Div content here</div>
This div background color is #1fddbd
#1fddbd Border Color
<div style="border:3px solid #1fddbd">
Div here</div>
This div border color is #1fddbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,221,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1fddbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1fddbd; -webkit-box-shadow: 1px 1px 3px 2px #1fddbd; box-shadow: 1px 1px 3px 2px #1fddbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,221,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1fddbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1fddbd; -webkit-box-shadow: 1px 1px 3px 2px #1fddbd; box-shadow: 1px 1px 3px 2px #1fddbd;">
Div content here</div>
This div box has shadow with color #1fddbd
Comments
No comments written yet.
Please login to write comment.