Color spaces of #7fafba
RGB | 127 | 175 | 186 |
---|---|---|---|
HSL | 0.53 | 0.30 | 0.61 |
HSV | 191° | 32° | 73° |
CMYK | 0.32 | 0.06 | 0.00 0.27 |
XYZ | 32.9453 | 38.7171 | 52.1911 |
Yxy | 38.7171 | 0.2660 | 0.3126 |
Hunter Lab | 62.2231 | -14.3798 | -6.1748 |
CIE-Lab | 68.5458 | -13.1944 | -10.7533 |
#7fafba color RGB value is (127,175,186).
#7fafba hex color red value is 127, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7fafba hue: 0.53 , saturation: 0.30 and the lightness value of 7fafba is 0.61.
The process color (four color CMYK) of #7fafba color hex is 0.32, 0.06, 0.00, 0.27. Web safe color of #7fafba is #6699cc. Color #7fafba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 10101111 | 10111010 |
Octal | 177 | 257 | 272 |
Decimal | 127 | 175 | 186 |
Hex | 7F | AF | BA |
Shades of #7fafba
Tints of #7fafba
RGB Percentages of Color #7fafba
CMYK Percentages of Color #7fafba
Complementary Color
#7fafba | #ba8a7f |
#7fafba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fafba Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fafba Color CSS Codes
.mybgcolor {background-color:#7fafba; } .myforecolor {color:#7fafba; } .mybordercolor {border:3px solid #7fafba; }
#7fafba Text Font Color
<p style="color:#7fafba">Text here</p>
This sample text font color is #7fafba
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.
#7fafba Background Color
<div style="background-color:#7fafba">
Div content here</div>
This div background color is #7fafba
#7fafba Border Color
<div style="border:3px solid #7fafba">
Div here</div>
This div border color is #7fafba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,175,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fafba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fafba; -webkit-box-shadow: 1px 1px 3px 2px #7fafba; box-shadow: 1px 1px 3px 2px #7fafba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,175,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fafba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fafba; -webkit-box-shadow: 1px 1px 3px 2px #7fafba; box-shadow: 1px 1px 3px 2px #7fafba;">
Div content here</div>
This div box has shadow with color #7fafba
Comments
No comments written yet.
Please login to write comment.