Color spaces of #74fbaa
RGB | 116 | 251 | 170 |
---|---|---|---|
HSL | 0.40 | 0.94 | 0.72 |
HSV | 144° | 54° | 98° |
CMYK | 0.54 | 0.00 | 0.32 0.02 |
XYZ | 48.9553 | 75.6096 | 50.0441 |
Yxy | 75.6096 | 0.2804 | 0.4330 |
Hunter Lab | 86.9538 | -51.6730 | 26.7448 |
CIE-Lab | 89.6778 | -54.7113 | 27.8574 |
#74fbaa color RGB value is (116,251,170).
#74fbaa hex color red value is 116, green value is 251 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #74fbaa hue: 0.40 , saturation: 0.94 and the lightness value of 74fbaa is 0.72.
The process color (four color CMYK) of #74fbaa color hex is 0.54, 0.00, 0.32, 0.02. Web safe color of #74fbaa is #66ff99. Color #74fbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 11111011 | 10101010 |
Octal | 164 | 373 | 252 |
Decimal | 116 | 251 | 170 |
Hex | 74 | FB | AA |
Shades of #74fbaa
Tints of #74fbaa
RGB Percentages of Color #74fbaa
CMYK Percentages of Color #74fbaa
Complementary Color
#74fbaa | #fb74c5 |
#74fbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74fbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#74fbaa Color CSS Codes
.mybgcolor {background-color:#74fbaa; } .myforecolor {color:#74fbaa; } .mybordercolor {border:3px solid #74fbaa; }
#74fbaa Text Font Color
<p style="color:#74fbaa">Text here</p>
This sample text font color is #74fbaa
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.
#74fbaa Background Color
<div style="background-color:#74fbaa">
Div content here</div>
This div background color is #74fbaa
#74fbaa Border Color
<div style="border:3px solid #74fbaa">
Div here</div>
This div border color is #74fbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,251,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74fbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74fbaa; -webkit-box-shadow: 1px 1px 3px 2px #74fbaa; box-shadow: 1px 1px 3px 2px #74fbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,251,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 #74fbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74fbaa; -webkit-box-shadow: 1px 1px 3px 2px #74fbaa; box-shadow: 1px 1px 3px 2px #74fbaa;">
Div content here</div>
This div box has shadow with color #74fbaa
Comments
No comments written yet.
Please login to write comment.