Color spaces of #3be35f
RGB | 59 | 227 | 95 |
---|---|---|---|
HSL | 0.37 | 0.75 | 0.56 |
HSV | 133° | 74° | 89° |
CMYK | 0.74 | 0.00 | 0.58 0.11 |
XYZ | 31.3383 | 56.6942 | 20.1179 |
Yxy | 56.6942 | 0.2898 | 0.5242 |
Hunter Lab | 75.2956 | -57.4748 | 36.8654 |
CIE-Lab | 80.0073 | -68.4033 | 51.6174 |
#3be35f color RGB value is (59,227,95).
#3be35f hex color red value is 59, green value is 227 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #3be35f hue: 0.37 , saturation: 0.75 and the lightness value of 3be35f is 0.56.
The process color (four color CMYK) of #3be35f color hex is 0.74, 0.00, 0.58, 0.11. Web safe color of #3be35f is #33cc66. Color #3be35f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 11100011 | 01011111 |
Octal | 73 | 343 | 137 |
Decimal | 59 | 227 | 95 |
Hex | 3B | E3 | 5F |
Shades of #3be35f
Tints of #3be35f
RGB Percentages of Color #3be35f
CMYK Percentages of Color #3be35f
Complementary Color
#3be35f | #e33bbf |
#3be35f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3be35f Color Preview on White Background
Lorem ipsum dolor sit amet.
#3be35f Color CSS Codes
.mybgcolor {background-color:#3be35f; } .myforecolor {color:#3be35f; } .mybordercolor {border:3px solid #3be35f; }
#3be35f Text Font Color
<p style="color:#3be35f">Text here</p>
This sample text font color is #3be35f
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.
#3be35f Background Color
<div style="background-color:#3be35f">
Div content here</div>
This div background color is #3be35f
#3be35f Border Color
<div style="border:3px solid #3be35f">
Div here</div>
This div border color is #3be35f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,227,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3be35f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3be35f; -webkit-box-shadow: 1px 1px 3px 2px #3be35f; box-shadow: 1px 1px 3px 2px #3be35f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,227,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3be35f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3be35f; -webkit-box-shadow: 1px 1px 3px 2px #3be35f; box-shadow: 1px 1px 3px 2px #3be35f;">
Div content here</div>
This div box has shadow with color #3be35f
Comments
No comments written yet.
Please login to write comment.