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