Color spaces of #3bffad
RGB | 59 | 255 | 173 |
---|---|---|---|
HSL | 0.43 | 1.00 | 0.62 |
HSV | 155° | 77° | 100° |
CMYK | 0.77 | 0.00 | 0.32 0.00 |
XYZ | 45.1065 | 75.4669 | 51.7244 |
Yxy | 75.4669 | 0.2618 | 0.4380 |
Hunter Lab | 86.8717 | -59.3427 | 25.5082 |
CIE-Lab | 89.6112 | -65.2158 | 26.0343 |
#3bffad color RGB value is (59,255,173).
#3bffad hex color red value is 59, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3bffad hue: 0.43 , saturation: 1.00 and the lightness value of 3bffad is 0.62.
The process color (four color CMYK) of #3bffad color hex is 0.77, 0.00, 0.32, 0.00. Web safe color of #3bffad is #33ff99. Color #3bffad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 11111111 | 10101101 |
Octal | 73 | 377 | 255 |
Decimal | 59 | 255 | 173 |
Hex | 3B | FF | AD |
Shades of #3bffad
Tints of #3bffad
RGB Percentages of Color #3bffad
CMYK Percentages of Color #3bffad
Complementary Color
#3bffad | #ff3b8d |
#3bffad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bffad Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bffad Color CSS Codes
.mybgcolor {background-color:#3bffad; } .myforecolor {color:#3bffad; } .mybordercolor {border:3px solid #3bffad; }
#3bffad Text Font Color
<p style="color:#3bffad">Text here</p>
This sample text font color is #3bffad
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.
#3bffad Background Color
<div style="background-color:#3bffad">
Div content here</div>
This div background color is #3bffad
#3bffad Border Color
<div style="border:3px solid #3bffad">
Div here</div>
This div border color is #3bffad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,255,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bffad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bffad; -webkit-box-shadow: 1px 1px 3px 2px #3bffad; box-shadow: 1px 1px 3px 2px #3bffad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,255,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3bffad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bffad; -webkit-box-shadow: 1px 1px 3px 2px #3bffad; box-shadow: 1px 1px 3px 2px #3bffad;">
Div content here</div>
This div box has shadow with color #3bffad
Related Colors
Comments
No comments written yet.
Please login to write comment.