Color spaces of #4fbcaa
RGB | 79 | 188 | 170 |
---|---|---|---|
HSL | 0.47 | 0.45 | 0.52 |
HSV | 170° | 58° | 74° |
CMYK | 0.58 | 0.00 | 0.10 0.26 |
XYZ | 28.4634 | 40.5310 | 44.3533 |
Yxy | 40.5310 | 0.2511 | 0.3576 |
Hunter Lab | 63.6640 | -31.6067 | 3.2587 |
CIE-Lab | 69.8461 | -35.5082 | -0.2477 |
#4fbcaa color RGB value is (79,188,170).
#4fbcaa hex color red value is 79, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4fbcaa hue: 0.47 , saturation: 0.45 and the lightness value of 4fbcaa is 0.52.
The process color (four color CMYK) of #4fbcaa color hex is 0.58, 0.00, 0.10, 0.26. Web safe color of #4fbcaa is #66cc99. Color #4fbcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 10111100 | 10101010 |
Octal | 117 | 274 | 252 |
Decimal | 79 | 188 | 170 |
Hex | 4F | BC | AA |
Shades of #4fbcaa
Tints of #4fbcaa
RGB Percentages of Color #4fbcaa
CMYK Percentages of Color #4fbcaa
Complementary Color
#4fbcaa | #bc4f61 |
#4fbcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fbcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fbcaa Color CSS Codes
.mybgcolor {background-color:#4fbcaa; } .myforecolor {color:#4fbcaa; } .mybordercolor {border:3px solid #4fbcaa; }
#4fbcaa Text Font Color
<p style="color:#4fbcaa">Text here</p>
This sample text font color is #4fbcaa
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.
#4fbcaa Background Color
<div style="background-color:#4fbcaa">
Div content here</div>
This div background color is #4fbcaa
#4fbcaa Border Color
<div style="border:3px solid #4fbcaa">
Div here</div>
This div border color is #4fbcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,188,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fbcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fbcaa; -webkit-box-shadow: 1px 1px 3px 2px #4fbcaa; box-shadow: 1px 1px 3px 2px #4fbcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,188,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4fbcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fbcaa; -webkit-box-shadow: 1px 1px 3px 2px #4fbcaa; box-shadow: 1px 1px 3px 2px #4fbcaa;">
Div content here</div>
This div box has shadow with color #4fbcaa
Comments
No comments written yet.
Please login to write comment.