Color spaces of #79fabd
RGB | 121 | 250 | 189 |
---|---|---|---|
HSL | 0.42 | 0.93 | 0.73 |
HSV | 152° | 52° | 98° |
CMYK | 0.52 | 0.00 | 0.24 0.02 |
XYZ | 51.2561 | 76.1103 | 60.1334 |
Yxy | 76.1103 | 0.2734 | 0.4059 |
Hunter Lab | 87.2412 | -47.7995 | 20.2016 |
CIE-Lab | 89.9105 | -49.5315 | 18.5144 |
#79fabd color RGB value is (121,250,189).
#79fabd hex color red value is 121, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #79fabd hue: 0.42 , saturation: 0.93 and the lightness value of 79fabd is 0.73.
The process color (four color CMYK) of #79fabd color hex is 0.52, 0.00, 0.24, 0.02. Web safe color of #79fabd is #66ffcc. Color #79fabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 11111010 | 10111101 |
Octal | 171 | 372 | 275 |
Decimal | 121 | 250 | 189 |
Hex | 79 | FA | BD |
Shades of #79fabd
Tints of #79fabd
RGB Percentages of Color #79fabd
CMYK Percentages of Color #79fabd
Complementary Color
#79fabd | #fa79b6 |
#79fabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79fabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#79fabd Color CSS Codes
.mybgcolor {background-color:#79fabd; } .myforecolor {color:#79fabd; } .mybordercolor {border:3px solid #79fabd; }
#79fabd Text Font Color
<p style="color:#79fabd">Text here</p>
This sample text font color is #79fabd
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.
#79fabd Background Color
<div style="background-color:#79fabd">
Div content here</div>
This div background color is #79fabd
#79fabd Border Color
<div style="border:3px solid #79fabd">
Div here</div>
This div border color is #79fabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,250,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79fabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79fabd; -webkit-box-shadow: 1px 1px 3px 2px #79fabd; box-shadow: 1px 1px 3px 2px #79fabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,250,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79fabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79fabd; -webkit-box-shadow: 1px 1px 3px 2px #79fabd; box-shadow: 1px 1px 3px 2px #79fabd;">
Div content here</div>
This div box has shadow with color #79fabd
Comments
No comments written yet.
Please login to write comment.