Color spaces of #3ffa76
RGB | 63 | 250 | 118 |
---|---|---|---|
HSL | 0.38 | 0.95 | 0.61 |
HSV | 138° | 75° | 98° |
CMYK | 0.75 | 0.00 | 0.53 0.02 |
XYZ | 39.5055 | 70.7360 | 28.7108 |
Yxy | 70.7360 | 0.2843 | 0.5091 |
Hunter Lab | 84.1047 | -63.3385 | 38.6335 |
CIE-Lab | 87.3566 | -72.3586 | 49.9507 |
#3ffa76 color RGB value is (63,250,118).
#3ffa76 hex color red value is 63, green value is 250 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #3ffa76 hue: 0.38 , saturation: 0.95 and the lightness value of 3ffa76 is 0.61.
The process color (four color CMYK) of #3ffa76 color hex is 0.75, 0.00, 0.53, 0.02. Web safe color of #3ffa76 is #33ff66. Color #3ffa76 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 11111010 | 01110110 |
Octal | 77 | 372 | 166 |
Decimal | 63 | 250 | 118 |
Hex | 3F | FA | 76 |
Shades of #3ffa76
Tints of #3ffa76
RGB Percentages of Color #3ffa76
CMYK Percentages of Color #3ffa76
Complementary Color
#3ffa76 | #fa3fc3 |
#3ffa76 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ffa76 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ffa76 Color CSS Codes
.mybgcolor {background-color:#3ffa76; } .myforecolor {color:#3ffa76; } .mybordercolor {border:3px solid #3ffa76; }
#3ffa76 Text Font Color
<p style="color:#3ffa76">Text here</p>
This sample text font color is #3ffa76
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.
#3ffa76 Background Color
<div style="background-color:#3ffa76">
Div content here</div>
This div background color is #3ffa76
#3ffa76 Border Color
<div style="border:3px solid #3ffa76">
Div here</div>
This div border color is #3ffa76
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,250,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ffa76; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ffa76; -webkit-box-shadow: 1px 1px 3px 2px #3ffa76; box-shadow: 1px 1px 3px 2px #3ffa76; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,250,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ffa76">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ffa76; -webkit-box-shadow: 1px 1px 3px 2px #3ffa76; box-shadow: 1px 1px 3px 2px #3ffa76;">
Div content here</div>
This div box has shadow with color #3ffa76
Comments
No comments written yet.
Please login to write comment.