Color spaces of #4fdbac
RGB | 79 | 219 | 172 |
---|---|---|---|
HSL | 0.44 | 0.66 | 0.58 |
HSV | 160° | 64° | 86° |
CMYK | 0.64 | 0.00 | 0.21 0.14 |
XYZ | 36.0024 | 55.3039 | 47.8069 |
Yxy | 55.3039 | 0.2588 | 0.3975 |
Hunter Lab | 74.3666 | -43.7260 | 13.9418 |
CIE-Lab | 79.2160 | -48.6423 | 12.1550 |
#4fdbac color RGB value is (79,219,172).
#4fdbac hex color red value is 79, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4fdbac hue: 0.44 , saturation: 0.66 and the lightness value of 4fdbac is 0.58.
The process color (four color CMYK) of #4fdbac color hex is 0.64, 0.00, 0.21, 0.14. Web safe color of #4fdbac is #66cc99. Color #4fdbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 11011011 | 10101100 |
Octal | 117 | 333 | 254 |
Decimal | 79 | 219 | 172 |
Hex | 4F | DB | AC |
Shades of #4fdbac
Tints of #4fdbac
RGB Percentages of Color #4fdbac
CMYK Percentages of Color #4fdbac
Complementary Color
#4fdbac | #db4f7e |
#4fdbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fdbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fdbac Color CSS Codes
.mybgcolor {background-color:#4fdbac; } .myforecolor {color:#4fdbac; } .mybordercolor {border:3px solid #4fdbac; }
#4fdbac Text Font Color
<p style="color:#4fdbac">Text here</p>
This sample text font color is #4fdbac
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.
#4fdbac Background Color
<div style="background-color:#4fdbac">
Div content here</div>
This div background color is #4fdbac
#4fdbac Border Color
<div style="border:3px solid #4fdbac">
Div here</div>
This div border color is #4fdbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,219,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fdbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fdbac; -webkit-box-shadow: 1px 1px 3px 2px #4fdbac; box-shadow: 1px 1px 3px 2px #4fdbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,219,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4fdbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fdbac; -webkit-box-shadow: 1px 1px 3px 2px #4fdbac; box-shadow: 1px 1px 3px 2px #4fdbac;">
Div content here</div>
This div box has shadow with color #4fdbac
Comments
No comments written yet.
Please login to write comment.