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