Color spaces of #32c69f
RGB | 50 | 198 | 159 |
---|---|---|---|
HSL | 0.46 | 0.60 | 0.49 |
HSV | 164° | 75° | 78° |
CMYK | 0.75 | 0.00 | 0.20 0.22 |
XYZ | 27.7675 | 43.5695 | 39.7471 |
Yxy | 43.5695 | 0.2500 | 0.3922 |
Hunter Lab | 66.0072 | -40.4223 | 10.5028 |
CIE-Lab | 71.9398 | -47.2817 | 8.6832 |
#32c69f color RGB value is (50,198,159).
#32c69f hex color red value is 50, green value is 198 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #32c69f hue: 0.46 , saturation: 0.60 and the lightness value of 32c69f is 0.49.
The process color (four color CMYK) of #32c69f color hex is 0.75, 0.00, 0.20, 0.22. Web safe color of #32c69f is #33cc99. Color #32c69f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 11000110 | 10011111 |
Octal | 62 | 306 | 237 |
Decimal | 50 | 198 | 159 |
Hex | 32 | C6 | 9F |
Shades of #32c69f
Tints of #32c69f
RGB Percentages of Color #32c69f
CMYK Percentages of Color #32c69f
Complementary Color
#32c69f | #c63259 |
#32c69f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32c69f Color Preview on White Background
Lorem ipsum dolor sit amet.
#32c69f Color CSS Codes
.mybgcolor {background-color:#32c69f; } .myforecolor {color:#32c69f; } .mybordercolor {border:3px solid #32c69f; }
#32c69f Text Font Color
<p style="color:#32c69f">Text here</p>
This sample text font color is #32c69f
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.
#32c69f Background Color
<div style="background-color:#32c69f">
Div content here</div>
This div background color is #32c69f
#32c69f Border Color
<div style="border:3px solid #32c69f">
Div here</div>
This div border color is #32c69f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,198,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32c69f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32c69f; -webkit-box-shadow: 1px 1px 3px 2px #32c69f; box-shadow: 1px 1px 3px 2px #32c69f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,198,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #32c69f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32c69f; -webkit-box-shadow: 1px 1px 3px 2px #32c69f; box-shadow: 1px 1px 3px 2px #32c69f;">
Div content here</div>
This div box has shadow with color #32c69f
Comments
No comments written yet.
Please login to write comment.