Color spaces of #3dfaab
RGB | 61 | 250 | 171 |
---|---|---|---|
HSL | 0.43 | 0.95 | 0.61 |
HSV | 155° | 76° | 98° |
CMYK | 0.76 | 0.00 | 0.32 0.02 |
XYZ | 43.4608 | 72.3036 | 50.1934 |
Yxy | 72.3036 | 0.2619 | 0.4357 |
Hunter Lab | 85.0315 | -57.5713 | 24.5237 |
CIE-Lab | 88.1145 | -63.5664 | 25.0088 |
#3dfaab color RGB value is (61,250,171).
#3dfaab hex color red value is 61, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3dfaab hue: 0.43 , saturation: 0.95 and the lightness value of 3dfaab is 0.61.
The process color (four color CMYK) of #3dfaab color hex is 0.76, 0.00, 0.32, 0.02. Web safe color of #3dfaab is #33ff99. Color #3dfaab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 11111010 | 10101011 |
Octal | 75 | 372 | 253 |
Decimal | 61 | 250 | 171 |
Hex | 3D | FA | AB |
Shades of #3dfaab
Tints of #3dfaab
RGB Percentages of Color #3dfaab
CMYK Percentages of Color #3dfaab
Complementary Color
#3dfaab | #fa3d8c |
#3dfaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3dfaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#3dfaab Color CSS Codes
.mybgcolor {background-color:#3dfaab; } .myforecolor {color:#3dfaab; } .mybordercolor {border:3px solid #3dfaab; }
#3dfaab Text Font Color
<p style="color:#3dfaab">Text here</p>
This sample text font color is #3dfaab
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.
#3dfaab Background Color
<div style="background-color:#3dfaab">
Div content here</div>
This div background color is #3dfaab
#3dfaab Border Color
<div style="border:3px solid #3dfaab">
Div here</div>
This div border color is #3dfaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,250,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3dfaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3dfaab; -webkit-box-shadow: 1px 1px 3px 2px #3dfaab; box-shadow: 1px 1px 3px 2px #3dfaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,250,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3dfaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3dfaab; -webkit-box-shadow: 1px 1px 3px 2px #3dfaab; box-shadow: 1px 1px 3px 2px #3dfaab;">
Div content here</div>
This div box has shadow with color #3dfaab
Comments
No comments written yet.
Please login to write comment.