Color spaces of #4aeeab
RGB | 74 | 238 | 171 |
---|---|---|---|
HSL | 0.43 | 0.83 | 0.61 |
HSV | 155° | 69° | 93° |
CMYK | 0.69 | 0.00 | 0.28 0.07 |
XYZ | 40.7493 | 65.5452 | 49.0319 |
Yxy | 65.5452 | 0.2623 | 0.4220 |
Hunter Lab | 80.9600 | -51.8362 | 20.7641 |
CIE-Lab | 84.7639 | -57.3076 | 20.4330 |
#4aeeab color RGB value is (74,238,171).
#4aeeab hex color red value is 74, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4aeeab hue: 0.43 , saturation: 0.83 and the lightness value of 4aeeab is 0.61.
The process color (four color CMYK) of #4aeeab color hex is 0.69, 0.00, 0.28, 0.07. Web safe color of #4aeeab is #33ff99. Color #4aeeab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 11101110 | 10101011 |
Octal | 112 | 356 | 253 |
Decimal | 74 | 238 | 171 |
Hex | 4A | EE | AB |
Shades of #4aeeab
Tints of #4aeeab
RGB Percentages of Color #4aeeab
CMYK Percentages of Color #4aeeab
Complementary Color
#4aeeab | #ee4a8d |
#4aeeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4aeeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#4aeeab Color CSS Codes
.mybgcolor {background-color:#4aeeab; } .myforecolor {color:#4aeeab; } .mybordercolor {border:3px solid #4aeeab; }
#4aeeab Text Font Color
<p style="color:#4aeeab">Text here</p>
This sample text font color is #4aeeab
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.
#4aeeab Background Color
<div style="background-color:#4aeeab">
Div content here</div>
This div background color is #4aeeab
#4aeeab Border Color
<div style="border:3px solid #4aeeab">
Div here</div>
This div border color is #4aeeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,238,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4aeeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4aeeab; -webkit-box-shadow: 1px 1px 3px 2px #4aeeab; box-shadow: 1px 1px 3px 2px #4aeeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,238,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 #4aeeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4aeeab; -webkit-box-shadow: 1px 1px 3px 2px #4aeeab; box-shadow: 1px 1px 3px 2px #4aeeab;">
Div content here</div>
This div box has shadow with color #4aeeab
Comments
No comments written yet.
Please login to write comment.