Color spaces of #4dffba
RGB | 77 | 255 | 186 |
---|---|---|---|
HSL | 0.44 | 1.00 | 0.65 |
HSV | 157° | 70° | 100° |
CMYK | 0.70 | 0.00 | 0.27 0.00 |
XYZ | 47.6835 | 76.6430 | 58.7348 |
Yxy | 76.6430 | 0.2605 | 0.4187 |
Hunter Lab | 87.5460 | -55.9822 | 21.5044 |
CIE-Lab | 90.1570 | -60.2783 | 20.2216 |
#4dffba color RGB value is (77,255,186).
#4dffba hex color red value is 77, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4dffba hue: 0.44 , saturation: 1.00 and the lightness value of 4dffba is 0.65.
The process color (four color CMYK) of #4dffba color hex is 0.70, 0.00, 0.27, 0.00. Web safe color of #4dffba is #66ffcc. Color #4dffba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 11111111 | 10111010 |
Octal | 115 | 377 | 272 |
Decimal | 77 | 255 | 186 |
Hex | 4D | FF | BA |
Shades of #4dffba
Tints of #4dffba
RGB Percentages of Color #4dffba
CMYK Percentages of Color #4dffba
Complementary Color
#4dffba | #ff4d92 |
#4dffba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4dffba Color Preview on White Background
Lorem ipsum dolor sit amet.
#4dffba Color CSS Codes
.mybgcolor {background-color:#4dffba; } .myforecolor {color:#4dffba; } .mybordercolor {border:3px solid #4dffba; }
#4dffba Text Font Color
<p style="color:#4dffba">Text here</p>
This sample text font color is #4dffba
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.
#4dffba Background Color
<div style="background-color:#4dffba">
Div content here</div>
This div background color is #4dffba
#4dffba Border Color
<div style="border:3px solid #4dffba">
Div here</div>
This div border color is #4dffba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,255,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4dffba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4dffba; -webkit-box-shadow: 1px 1px 3px 2px #4dffba; box-shadow: 1px 1px 3px 2px #4dffba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,255,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4dffba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4dffba; -webkit-box-shadow: 1px 1px 3px 2px #4dffba; box-shadow: 1px 1px 3px 2px #4dffba;">
Div content here</div>
This div box has shadow with color #4dffba
Comments
No comments written yet.
Please login to write comment.