Color spaces of #3fc906
RGB | 63 | 201 | 6 |
---|---|---|---|
HSL | 0.28 | 0.94 | 0.41 |
HSV | 102° | 97° | 79° |
CMYK | 0.69 | 0.00 | 0.97 0.21 |
XYZ | 22.9694 | 42.8432 | 7.2312 |
Yxy | 42.8432 | 0.3145 | 0.5865 |
Hunter Lab | 65.4547 | -51.9065 | 39.2682 |
CIE-Lab | 71.4484 | -65.4933 | 69.7803 |
#3fc906 color RGB value is (63,201,6).
#3fc906 hex color red value is 63, green value is 201 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #3fc906 hue: 0.28 , saturation: 0.94 and the lightness value of 3fc906 is 0.41.
The process color (four color CMYK) of #3fc906 color hex is 0.69, 0.00, 0.97, 0.21. Web safe color of #3fc906 is #33cc00. Color #3fc906 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 11001001 | 00000110 |
Octal | 77 | 311 | 6 |
Decimal | 63 | 201 | 6 |
Hex | 3F | C9 | 6 |
Shades of #3fc906
Tints of #3fc906
RGB Percentages of Color #3fc906
CMYK Percentages of Color #3fc906
Complementary Color
#3fc906 | #9006c9 |
#3fc906 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3fc906 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3fc906 Color CSS Codes
.mybgcolor {background-color:#3fc906; } .myforecolor {color:#3fc906; } .mybordercolor {border:3px solid #3fc906; }
#3fc906 Text Font Color
<p style="color:#3fc906">Text here</p>
This sample text font color is #3fc906
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.
#3fc906 Background Color
<div style="background-color:#3fc906">
Div content here</div>
This div background color is #3fc906
#3fc906 Border Color
<div style="border:3px solid #3fc906">
Div here</div>
This div border color is #3fc906
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,201,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3fc906; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3fc906; -webkit-box-shadow: 1px 1px 3px 2px #3fc906; box-shadow: 1px 1px 3px 2px #3fc906; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,201,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3fc906">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3fc906; -webkit-box-shadow: 1px 1px 3px 2px #3fc906; box-shadow: 1px 1px 3px 2px #3fc906;">
Div content here</div>
This div box has shadow with color #3fc906
Comments
No comments written yet.
Please login to write comment.