Color spaces of #7fbaaa
RGB | 127 | 186 | 170 |
---|---|---|---|
HSL | 0.45 | 0.30 | 0.61 |
HSV | 164° | 32° | 73° |
CMYK | 0.32 | 0.00 | 0.09 0.27 |
XYZ | 33.5670 | 42.5321 | 44.4706 |
Yxy | 42.5321 | 0.2784 | 0.3528 |
Hunter Lab | 65.2166 | -22.2552 | 5.2224 |
CIE-Lab | 71.2362 | -22.5954 | 2.0186 |
#7fbaaa color RGB value is (127,186,170).
#7fbaaa hex color red value is 127, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7fbaaa hue: 0.45 , saturation: 0.30 and the lightness value of 7fbaaa is 0.61.
The process color (four color CMYK) of #7fbaaa color hex is 0.32, 0.00, 0.09, 0.27. Web safe color of #7fbaaa is #66cc99. Color #7fbaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 10111010 | 10101010 |
Octal | 177 | 272 | 252 |
Decimal | 127 | 186 | 170 |
Hex | 7F | BA | AA |
Shades of #7fbaaa
Tints of #7fbaaa
RGB Percentages of Color #7fbaaa
CMYK Percentages of Color #7fbaaa
Complementary Color
#7fbaaa | #ba7f8f |
#7fbaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fbaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fbaaa Color CSS Codes
.mybgcolor {background-color:#7fbaaa; } .myforecolor {color:#7fbaaa; } .mybordercolor {border:3px solid #7fbaaa; }
#7fbaaa Text Font Color
<p style="color:#7fbaaa">Text here</p>
This sample text font color is #7fbaaa
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.
#7fbaaa Background Color
<div style="background-color:#7fbaaa">
Div content here</div>
This div background color is #7fbaaa
#7fbaaa Border Color
<div style="border:3px solid #7fbaaa">
Div here</div>
This div border color is #7fbaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,186,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fbaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fbaaa; -webkit-box-shadow: 1px 1px 3px 2px #7fbaaa; box-shadow: 1px 1px 3px 2px #7fbaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,186,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 #7fbaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fbaaa; -webkit-box-shadow: 1px 1px 3px 2px #7fbaaa; box-shadow: 1px 1px 3px 2px #7fbaaa;">
Div content here</div>
This div box has shadow with color #7fbaaa
Comments
No comments written yet.
Please login to write comment.