Color spaces of #4afeab
RGB | 74 | 254 | 171 |
---|---|---|---|
HSL | 0.42 | 0.99 | 0.64 |
HSV | 152° | 71° | 100° |
CMYK | 0.71 | 0.00 | 0.33 0.00 |
XYZ | 45.6165 | 75.2797 | 50.6543 |
Yxy | 75.2797 | 0.2659 | 0.4388 |
Hunter Lab | 86.7639 | -57.9896 | 26.1202 |
CIE-Lab | 89.5238 | -63.3747 | 26.9673 |
#4afeab color RGB value is (74,254,171).
#4afeab hex color red value is 74, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4afeab hue: 0.42 , saturation: 0.99 and the lightness value of 4afeab is 0.64.
The process color (four color CMYK) of #4afeab color hex is 0.71, 0.00, 0.33, 0.00. Web safe color of #4afeab is #33ff99. Color #4afeab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 11111110 | 10101011 |
Octal | 112 | 376 | 253 |
Decimal | 74 | 254 | 171 |
Hex | 4A | FE | AB |
Shades of #4afeab
Tints of #4afeab
RGB Percentages of Color #4afeab
CMYK Percentages of Color #4afeab
Complementary Color
#4afeab | #fe4a9d |
#4afeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4afeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#4afeab Color CSS Codes
.mybgcolor {background-color:#4afeab; } .myforecolor {color:#4afeab; } .mybordercolor {border:3px solid #4afeab; }
#4afeab Text Font Color
<p style="color:#4afeab">Text here</p>
This sample text font color is #4afeab
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.
#4afeab Background Color
<div style="background-color:#4afeab">
Div content here</div>
This div background color is #4afeab
#4afeab Border Color
<div style="border:3px solid #4afeab">
Div here</div>
This div border color is #4afeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,254,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4afeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4afeab; -webkit-box-shadow: 1px 1px 3px 2px #4afeab; box-shadow: 1px 1px 3px 2px #4afeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,254,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4afeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4afeab; -webkit-box-shadow: 1px 1px 3px 2px #4afeab; box-shadow: 1px 1px 3px 2px #4afeab;">
Div content here</div>
This div box has shadow with color #4afeab
Comments
No comments written yet.
Please login to write comment.