Color spaces of #4bdcaa
RGB | 75 | 220 | 170 |
---|---|---|---|
HSL | 0.44 | 0.67 | 0.58 |
HSV | 159° | 66° | 86° |
CMYK | 0.66 | 0.00 | 0.23 0.14 |
XYZ | 35.7505 | 55.5845 | 46.8748 |
Yxy | 55.5845 | 0.2587 | 0.4022 |
Hunter Lab | 74.5550 | -44.8772 | 14.9112 |
CIE-Lab | 79.3768 | -50.1809 | 13.4266 |
#4bdcaa color RGB value is (75,220,170).
#4bdcaa hex color red value is 75, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4bdcaa hue: 0.44 , saturation: 0.67 and the lightness value of 4bdcaa is 0.58.
The process color (four color CMYK) of #4bdcaa color hex is 0.66, 0.00, 0.23, 0.14. Web safe color of #4bdcaa is #33cc99. Color #4bdcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 11011100 | 10101010 |
Octal | 113 | 334 | 252 |
Decimal | 75 | 220 | 170 |
Hex | 4B | DC | AA |
Shades of #4bdcaa
Tints of #4bdcaa
RGB Percentages of Color #4bdcaa
CMYK Percentages of Color #4bdcaa
Complementary Color
#4bdcaa | #dc4b7d |
#4bdcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4bdcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4bdcaa Color CSS Codes
.mybgcolor {background-color:#4bdcaa; } .myforecolor {color:#4bdcaa; } .mybordercolor {border:3px solid #4bdcaa; }
#4bdcaa Text Font Color
<p style="color:#4bdcaa">Text here</p>
This sample text font color is #4bdcaa
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.
#4bdcaa Background Color
<div style="background-color:#4bdcaa">
Div content here</div>
This div background color is #4bdcaa
#4bdcaa Border Color
<div style="border:3px solid #4bdcaa">
Div here</div>
This div border color is #4bdcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,220,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4bdcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4bdcaa; -webkit-box-shadow: 1px 1px 3px 2px #4bdcaa; box-shadow: 1px 1px 3px 2px #4bdcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,220,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 #4bdcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4bdcaa; -webkit-box-shadow: 1px 1px 3px 2px #4bdcaa; box-shadow: 1px 1px 3px 2px #4bdcaa;">
Div content here</div>
This div box has shadow with color #4bdcaa
Comments
No comments written yet.
Please login to write comment.