Color spaces of #74ffaa
RGB | 116 | 255 | 170 |
---|---|---|---|
HSL | 0.40 | 1.00 | 0.73 |
HSV | 143° | 55° | 100° |
CMYK | 0.55 | 0.00 | 0.33 0.00 |
XYZ | 50.2182 | 78.1353 | 50.4651 |
Yxy | 78.1353 | 0.2808 | 0.4370 |
Hunter Lab | 88.3942 | -53.2810 | 28.0267 |
CIE-Lab | 90.8416 | -56.3106 | 29.4325 |
#74ffaa color RGB value is (116,255,170).
#74ffaa hex color red value is 116, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #74ffaa hue: 0.40 , saturation: 1.00 and the lightness value of 74ffaa is 0.73.
The process color (four color CMYK) of #74ffaa color hex is 0.55, 0.00, 0.33, 0.00. Web safe color of #74ffaa is #66ff99. Color #74ffaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 11111111 | 10101010 |
Octal | 164 | 377 | 252 |
Decimal | 116 | 255 | 170 |
Hex | 74 | FF | AA |
Shades of #74ffaa
Tints of #74ffaa
RGB Percentages of Color #74ffaa
CMYK Percentages of Color #74ffaa
Complementary Color
#74ffaa | #ff74c9 |
#74ffaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74ffaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#74ffaa Color CSS Codes
.mybgcolor {background-color:#74ffaa; } .myforecolor {color:#74ffaa; } .mybordercolor {border:3px solid #74ffaa; }
#74ffaa Text Font Color
<p style="color:#74ffaa">Text here</p>
This sample text font color is #74ffaa
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.
#74ffaa Background Color
<div style="background-color:#74ffaa">
Div content here</div>
This div background color is #74ffaa
#74ffaa Border Color
<div style="border:3px solid #74ffaa">
Div here</div>
This div border color is #74ffaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,255,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74ffaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74ffaa; -webkit-box-shadow: 1px 1px 3px 2px #74ffaa; box-shadow: 1px 1px 3px 2px #74ffaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,255,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 #74ffaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74ffaa; -webkit-box-shadow: 1px 1px 3px 2px #74ffaa; box-shadow: 1px 1px 3px 2px #74ffaa;">
Div content here</div>
This div box has shadow with color #74ffaa
Comments
No comments written yet.
Please login to write comment.